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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |