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