ztools - Encrypt password online
Encrypt password, encrypt md5, URL-encodes
What is ztools - Encrypt password online?
ztools - Encrypt password online is a Chrome extension developed by nhtung, and its main feature is "Encrypt password, encrypt md5, URL-encodes".
Extension Screenshots
Download ztools - Encrypt password online Extension CRX File
Download ztools - Encrypt password online 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
More free useful tools for developer. Encrypt password, password online generator, encrypt md5 online, decrypt md5 online, URL-encodes string, Decodes URL-encoded string, Convert HTML entities, generator QR-Code online
Extension Basic Information
Name | ztools - Encrypt password online |
ID | iplgdneegggdenfnfobpdeoijlbhdfba |
Official URL | https://chromewebstore.google.com/detail/ztools-encrypt-password-o/iplgdneegggdenfnfobpdeoijlbhdfba |
Description | Encrypt password, encrypt md5, URL-encodes |
File Size | 36.19 KB |
Installation Count | 13 |
Current Version | 2.0 |
Last Updated | 2018-03-14 |
Publish Date | 2018-03-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | nhtung |
Payment Type | free |
Extension Website | https://ztools.info/ |
Help Page URL | https://ztools.info/help |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ztools - Encrypt password online", "description": "Encrypt password, encrypt md5, URL-encodes", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "ZTools - Encrypt password, encrypt md5, URL-encodes, HTML entities, QR-Code online" }, "background": { "scripts": [ "content\/background.js", "jquery.min.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ] } |