Decode URLs
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
What is Decode URLs?
Decode URLs is a Chrome extension developed by Avi Klein, and its main feature is "Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).".
Extension Screenshots
Download Decode URLs Extension CRX File
Download Decode URLs 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
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Extension Basic Information
Name | Decode URLs |
ID | ammnkklofnncmpmenbffefpmdnocnmlp |
Official URL | https://chromewebstore.google.com/detail/decode-urls/ammnkklofnncmpmenbffefpmdnocnmlp |
Description | Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.). |
File Size | 7.79 KB |
Installation Count | 238 |
Current Version | 1 |
Last Updated | 2019-04-24 |
Publish Date | 2019-04-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Avi Klein |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Decode URLs", "short_name": "Decode URLs", "version": "1", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "Popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |