Development Tools
Chrome Extension for Developers
What is Development Tools?
Development Tools is a Chrome extension developed by Alexandru Berce, and its main feature is "Chrome Extension for Developers".
Extension Screenshots
Download Development Tools Extension CRX File
Download Development Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ghncpdlcoobnpajagafbdjdfhhmjkchl |
Official URL | https://chrome.google.com/webstore/detail/development-tools/ghncpdlcoobnpajagafbdjdfhhmjkchl |
Description | Chrome Extension for Developers |
File Size | 423 KB |
Installation Count | 280 |
Current Version | 0.0.3 |
Last Updated | 2018-11-08 |
Publish Date | 2018-11-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Alexandru Berce |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |