Iconfont Tool
Iconfont的项目管理插件
Qu'est-ce que Iconfont Tool ?
Iconfont Tool est une extension Chrome développée par Unknown, et sa fonction principale est "Iconfont的项目管理插件".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Iconfont Tool
Téléchargez les fichiers d'extension Iconfont Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
为 http://iconfont.cn/ 网站开发的一个插件,用来扩展已有功能。 1.4.3: 适配网页结构修改 1.4.2: 适配网页信息修改 1.4.1: 增加1:1的分辨率选项 1.4: * 增加分辨率控制(dp),在配置文件中存储代码像素,插件界面呈现视觉像素。 1.3.3: Bugfix 1.3.2优化: 界面体验优化 1.3.1优化: * 字体库更新后,增加提示“重新生成字体链接” 1.3新特性: * 默认最小化到页面底部,点击展开面板 * 提供字体文件下载按钮 * 记录最后修改的字体大小和颜色 * 提供设置页面,设置默认字体大小和颜色 * 提供重置数据库的按钮 * 优化视觉 * 优化数据保存格式
Informations de Base sur l'Extension
Nom | |
ID | nhdcljolokamecfgajjopcahbipmomck |
URL Officiel | https://chromewebstore.google.com/detail/iconfont-tool/nhdcljolokamecfgajjopcahbipmomck |
Description | Iconfont的项目管理插件 |
Taille du Fichier | 54.03 KB |
Nombre d'Installations | 142 |
Version Actuelle | 1.4.3 |
Dernière Mise à Jour | 2016-08-02 |
Date de Publication | 2016-08-01 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Iconfont Tool", "description": "Iconfont\u7684\u9879\u76ee\u7ba1\u7406\u63d2\u4ef6", "version": "1.4.3", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.iconfont.cn\/users\/*\/project*", "http:\/\/*.iconfont.cn\/users\/project*", "http:\/\/*.iconfont.cn\/showProject?pid=*" ], "css": [ "injection.css" ], "js": [ "jquery-1.11.2.min.js", "injection.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Iconfont" }, "options_page": "option.html" } |