Browse Source

网页再造精灵 -> 网页油猴工具

zxlie 6 years ago
parent
commit
c43bb13424
6 changed files with 5 additions and 5 deletions
  1. 1 1
      README.md
  2. 1 1
      apps/manifest.json
  3. 0 0
      apps/options/index.html
  4. 1 1
      apps/options/settings.js
  5. 1 1
      apps/page-modifier/index.html
  6. 1 1
      apps/popup/index.html

+ 1 - 1
README.md

@@ -55,7 +55,7 @@ https://addons.mozilla.org/zh-CN/firefox/addon/web%E5%89%8D%E7%AB%AF%E5%8A%A9%E6
 - 页面性能检测(页面响应时间、Header监测)
 - 页面栅格标尺(页面栅格化、屏幕标尺)
 - 多维小工具集(进制转换、RGB/HEX颜色转换、Crontab、还款计算器等)
-- 网页再造精灵(网页特效、网页定制、脚本注入、自动刷新等)
+- 网页油猴工具(网页特效、网页定制、脚本注入、自动刷新等)
 - Ajax调试功能(需在控制台中使用)
 - 网页编码设置(UTF-8、GBK、日文、韩文等)
 - 我的便签笔记(便签笔记,支持导出)

+ 1 - 1
apps/manifest.json

@@ -3,7 +3,7 @@
   "version": "2019.06.2715",
   "manifest_version": 2,
   "default_locale": "zh_CN",
-  "description": "Awesome,All In One的一个工具,包含多个独立小应用,比如:Json工具、代码美化工具、代码压缩、二维码工具、markdown工具、网页定制工具、便签笔记工具、信息加密与解密、随机密码生成、Crontab等等!",
+  "description": "Awesome,All In One的一个工具,包含多个独立小应用,比如:Json工具、代码美化工具、代码压缩、二维码工具、markdown工具、网页油猴工具、便签笔记工具、信息加密与解密、随机密码生成、Crontab等等!",
   "icons": {
     "16": "static/img/fe-16.png",
     "48": "static/img/fe-48.png",

File diff suppressed because it is too large
+ 0 - 0
apps/options/index.html


+ 1 - 1
apps/options/settings.js

@@ -147,7 +147,7 @@ module.exports = (() => {
         },
         MENU_PAGE_MODIFIER: {
             icon: '☃',
-            text: '网页再造精灵'
+            text: '网页油猴工具'
         },
         MENU_DOWNLOAD_CRX: {
             icon:'↬',

+ 1 - 1
apps/page-modifier/index.html

@@ -2,7 +2,7 @@
 <html lang="zh-CN">
     <head>
         <meta charset="utf-8"/>
-        <title>网页再造精灵</title>
+        <title>网页油猴工具</title>
         <link rel="stylesheet" href="index.css"/>
         <script type="text/javascript" src="../static/vendor/vue/vue.js"></script>
     </head>

+ 1 - 1
apps/popup/index.html

@@ -44,7 +44,7 @@
                 <li class="-x-grid-ruler" @click="runHelper('GRID_RULER',0)" v-if="canMeShow.GRID_RULER && !isFireFox">
                     <b></b>页面栅格标尺</li>
                 <li class="-x-page-modifier" @click="runHelper('PAGE_MODIFIER',1)" v-if="canMeShow.PAGE_MODIFIER">
-                    <b></b>网页再造精灵</li>
+                    <b></b>网页油猴工具</li>
                 <li class="-x-multi-toolkit" @click="runHelper('MULTI_TOOLKIT',1)" v-if="canMeShow.MULTI_TOOLKIT">
                     <b></b>多维小工具集</li>
                 <li class="-x-ajax-debugger" title="在开发者工具-Console面板使用" @click="runHelper('AJAX_DEBUGGER',0)" v-if="canMeShow.AJAX_DEBUGGER && !isFireFox">

Some files were not shown because too many files changed in this diff