Development Tools
Chrome Extension for Developers
什麼是Development Tools?
Development Tools是由Alexandru Berce開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension for Developers”。
擴展截圖
下載Development Tools擴展crx文件
下載Development Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features:
- base64 encode/decode, url encode/decode
- Encrypt string with MD5 / SHA1 / password_hash
- Generate random strings, word count, word frequency and more
- Time operations 擴展基本資訊
| 名稱 | |
| ID | ghncpdlcoobnpajagafbdjdfhhmjkchl |
| 官方網址 | https://chrome.google.com/webstore/detail/development-tools/ghncpdlcoobnpajagafbdjdfhhmjkchl |
| 簡介 | Chrome Extension for Developers |
| 檔案大小 | 423 KB |
| 安裝次數 | 280 |
| 目前版本 | 0.0.3 |
| 更新時間 | 2018-11-08 |
| 上架時間 | 2018-11-08 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Alexandru Berce |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "0.0.3",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"homepage_url": "http:\/\/extension.invobox.com",
"icons": {
"32": "src\/icons\/v1\/icon32.png",
"48": "src\/icons\/v1\/icon48.png",
"128": "src\/icons\/v1\/icon128.png"
},
"default_locale": "en",
"offline_enabled": false,
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"browser_action": {
"default_icon": "src\/icons\/v1\/icon128.png",
"default_title": "__MSG_extName__",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"idle",
"clipboardRead",
"clipboardWrite",
"contextMenus",
"storage"
],
"omnibox": {
"keyword": "dev"
}
} | |