front-dev
frontEnd assist tool 前端视觉还原辅助工具
什麼是front-dev?
front-dev是由panda.xiong開發的Chrome擴展程式,該擴展的主要功能是“frontEnd assist tool 前端视觉还原辅助工具”。
擴展截圖
下載front-dev擴展crx文件
下載front-dev擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
前端开发视觉还原辅助工具,附有取色,参考线量取宽高和位置等功能。 擴展基本資訊
| 名稱 | |
| ID | pagmlikibmgjedfjfliahpdpgimjjakh |
| 官方網址 | https://chromewebstore.google.com/detail/front-dev/pagmlikibmgjedfjfliahpdpgimjjakh |
| 簡介 | frontEnd assist tool 前端视觉还原辅助工具 |
| 檔案大小 | 13.06 KB |
| 安裝次數 | 24 |
| 目前版本 | 0.1.5 |
| 更新時間 | 2023-08-08 |
| 上架時間 | 2018-06-29 |
| 開發者 | panda.xiong |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "front-dev",
"manifest_version": 2,
"version": "0.1.5",
"description": "frontEnd assist tool \u524d\u7aef\u89c6\u89c9\u8fd8\u539f\u8f85\u52a9\u5de5\u5177",
"content_scripts": [
{
"js": [
"main.js"
],
"matches": [
"*:\/\/*\/*",
"file:\/\/\/*"
]
}
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "front-assist"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "icon.png"
}
} | |