Decode URLs
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Was ist Decode URLs?
Decode URLs ist eine Chrome-Erweiterung, die von Avi Klein entwickelt wurde, und ihr Hauptmerkmal ist "Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).".
Erweiterungsscreenshots
Decode URLs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Decode URLs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Grundlegende Informationen zur Erweiterung
Name | Decode URLs |
ID | ammnkklofnncmpmenbffefpmdnocnmlp |
Offizielle URL | https://chromewebstore.google.com/detail/decode-urls/ammnkklofnncmpmenbffefpmdnocnmlp |
Beschreibung | Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.). |
Dateigröße | 7.79 KB |
Installationsanzahl | 238 |
Aktuelle Version | 1 |
Letztes Update | 2019-04-24 |
Veröffentlichungsdatum | 2019-04-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Avi Klein |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |