Blowfish
Encrypt and Decrypt strings using Blowfish
What is Blowfish?
Blowfish is a Chrome extension developed by Kiomega Corporation, and its main feature is "Encrypt and Decrypt strings using Blowfish".
Extension Screenshots
Download Blowfish Extension CRX File
Download Blowfish 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
Extension Basic Information
Name | Blowfish |
ID | dlklgkpdmmhdkipaboioacfkpllkdkpf |
Official URL | https://chromewebstore.google.com/detail/blowfish/dlklgkpdmmhdkipaboioacfkpllkdkpf |
Description | Encrypt and Decrypt strings using Blowfish |
File Size | 299 KB |
Installation Count | 32 |
Current Version | 1.0.1 |
Last Updated | 2015-07-12 |
Publish Date | 2015-07-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Kiomega Corporation |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blowfish", "description": "Encrypt and Decrypt strings using Blowfish", "version": "1.0.1", "manifest_version": 2, "permissions": [], "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "browser_action": { "default_popup": "html\/popup.html" } } |