Browse Source

Popup Menu优化

zxlie 7 years ago
parent
commit
8018c3e586
4 changed files with 11 additions and 6 deletions
  1. 3 3
      README.md
  2. 1 1
      apps/manifest.json
  3. 7 2
      apps/popup/index.css
  4. 0 0
      apps/popup/index.html

+ 3 - 3
README.md

@@ -2,14 +2,14 @@ Web前端助手(FeHelper)- Chrome Extension
 =============================
 
 ## 一、官网地址
-http://www.baidufe.com/fehelper
+https://www.baidufe.com/fehelper
 
 ![Web前端助手-FeHelper](/apps/static/screenshot/menu.png)
 
 ## 二、扩展安装地址:
 
 ### 1、官方安装地址
-http://www.baidufe.com/fehelper/install.html
+https://www.baidufe.com/fehelper/install.html
 
 ### 2、Chrome web store地址
 https://chrome.google.com/webstore/detail/pkgccpejnmalmdinmhkkfafefagiiiad?hl=zh-cn
@@ -44,7 +44,7 @@ https://chrome.google.com/webstore/detail/pkgccpejnmalmdinmhkkfafefagiiiad?hl=zh
 - Ajax调试功能(需在控制台中使用)
 
 ### 四、用户反馈渠道
-http://www.baidufe.com/fehelper/feedback.html
+https://www.baidufe.com/fehelper/feedback.html
 
 ### 五、作者
 - Mail:[email protected]

+ 1 - 1
apps/manifest.json

@@ -1,6 +1,6 @@
 {
   "name": "WEB前端助手(FeHelper)",
-  "version": "2018.07.1217",
+  "version": "2018.07.1312",
   "manifest_version": 2,
   "default_locale": "zh_CN",
   "description": "FE助手:包括JSON格式化、二维码生成与解码、信息编解码、代码压缩、美化、页面取色、Markdown与HTML互转、网页滚动截屏、正则表达式、时间转换工具、编码规范检测、页面性能检测、Ajax接口调试、密码生成器、JSON比对工具",

+ 7 - 2
apps/popup/index.css

@@ -158,7 +158,7 @@ ul.fe-function-list li i {
 .fe-feedback {
     font-size: 12px;
     border-top: 1px dotted #ddd;
-    padding: 5px 15px 5px 15px;
+    padding: 5px 15px;
     line-height: 20px;
     color: #888;
 }
@@ -195,9 +195,14 @@ svg:not(:root) {
 .fe-feedback .x-settings {
     float: right;
     cursor: pointer;
+    margin-left: 5px;
 }
 
 .fe-feedback .x-settings:hover {
     color: #c00;
 }
-
+.fe-feedback .x-fb,
+.fe-feedback .x-settings
+{
+    float: right;
+}

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


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