提交 7ea58841 编写于 作者: B baiy 提交者: ninecents

update

上级 029866dc
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
## 安装 ## 安装
- 方法1: 在 [Chrome 网上应用店](https://chrome.google.com/webstore/detail/ipfcebkfhpkjeikaammlkcnalknjahmh)安装 - 方法1: 在 [Chrome 网上应用店](https://chrome.google.com/webstore/detail/ipfcebkfhpkjeikaammlkcnalknjahmh)安装
- 方法2: [下载 .crx 安装包](https://github.com/baiy/chrome-tool/releases/latest)手动安装 [猛戳这里查看手动安装教程](http://www.cnplugins.com/tool/outline-install-crx-file.html) - 方法2: [下载 .crx 安装包](https://github.com/baiy/Ctool/releases/latest)手动安装 [猛戳这里查看手动安装教程](http://www.cnplugins.com/tool/outline-install-crx-file.html)
- 方法3: [百度网盘下载](https://pan.baidu.com/s/1mhWbqWC) 安装方法和方法2一致 - 方法3: [百度网盘下载](https://pan.baidu.com/s/1mhWbqWC) 安装方法和方法2一致
> 方法3 不定期维护 仅供网络环境特别恶劣的同学使用 > 方法3 不定期维护 仅供网络环境特别恶劣的同学使用
......
{ {
"name": "chrome-tool", "name": "Ctool",
"version": "0.0.9", "version": "0.0.9",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
......
{ {
"name": "chrome-tool", "name": "Ctool",
"version": "0.0.9", "version": "0.0.9",
"private": true, "private": true,
"scripts": { "scripts": {
......
...@@ -60,10 +60,10 @@ ...@@ -60,10 +60,10 @@
categorySelect(name) { categorySelect(name) {
switch (name) { switch (name) {
case "_feedback": case "_feedback":
openTab("https://github.com/baiy/chrome-tool/issues"); openTab("https://github.com/baiy/Ctool/issues");
break; break;
case "_about": case "_about":
openTab("https://github.com/baiy/chrome-tool"); openTab("https://github.com/baiy/Ctool");
break; break;
case "_new": case "_new":
openTab(window.location.href); openTab(window.location.href);
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"version": "##version##", "version": "##version##",
"author": "wo@baiy.org", "author": "wo@baiy.org",
"offline_enabled": true, "offline_enabled": true,
"homepage_url": "https://github.com/baiy/chrome-tool", "homepage_url": "https://github.com/baiy/Ctool",
"manifest_version": 2, "manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval' https://www.baiy.org; object-src 'self'", "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.baiy.org; object-src 'self'",
"browser_action": { "browser_action": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册