Dev Tool
a little tool to convert, encrypt in chrome extension
What is Dev Tool?
Dev Tool is a Chrome extension developed by sensationtx, and its main feature is "a little tool to convert, encrypt in chrome extension".
Extension Screenshots
Download Dev Tool Extension CRX File
Download Dev Tool 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
a little tool to base64, URL, Unicode, Hex encode/decode, encrypt, hash and regexp test in chrome extension.
Extension Basic Information
Name | |
ID | bhdfbgcflacmmmmpgdcgdggkpfhfmkbf |
Official URL | https://chrome.google.com/webstore/detail/dev-tool/bhdfbgcflacmmmmpgdcgdggkpfhfmkbf |
Description | a little tool to convert, encrypt in chrome extension |
File Size | 216 KB |
Installation Count | 19 |
Current Version | 0.1.2 |
Last Updated | 2017-09-16 |
Publish Date | 2017-09-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | sensationtx |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/evilchurch/chrome_ext_tool |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dev Tool", "version": "0.1.2", "manifest_version": 2, "description": "a little tool to convert, encrypt in chrome extension", "icons": { "48": "static\/img\/icon.png" }, "browser_action": { "default_icon": "static\/img\/icon.png", "default_title": "Dev Tool to encrypt or convert", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |