Dev Tools
Tools for Developers.
什麼是Dev Tools?
Dev Tools是由Balcones Enterprises開發的Chrome擴展程式,該擴展的主要功能是“Tools for Developers.”。
擴展截圖
下載Dev Tools擴展crx文件
下載Dev Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple tools to help streamline daily ad hoc workflows for developers. I've been creating 'throw away' tools for years and now I'm going to assemble them into this Chrome extension. I have many more features on the way! Please feel free to suggest ideas or provide feedback: [email protected]
擴展基本資訊
名稱 | Dev Tools |
ID | leffbcbamfabplbkbgjpdfafcajhjffl |
官方網址 | https://chromewebstore.google.com/detail/dev-tools/leffbcbamfabplbkbgjpdfafcajhjffl |
簡介 | Tools for Developers. |
檔案大小 | 1.14 MB |
安裝次數 | 32 |
目前版本 | 1.0 |
更新時間 | 2019-07-24 |
上架時間 | 2019-07-24 |
開發者 | Balcones Enterprises |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://balconesenterprises.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dev Tools", "description": " Tools for Developers.", "version": "1.0", "short_name": "Dev Tools", "icons": { "32": "images\/CWS_appIcon_32x32.png", "128": "images\/CWS_appIcon_128x128.png", "512": "images\/CWS_appIcon_512x512.png" }, "browser_action": { "default_icon": "images\/CWS_appIcon_512x512.png", "default_popup": "popup.html" }, "background": { "scripts": [] }, "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |