Decode URLs
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Qu'est-ce que Decode URLs ?
Decode URLs est une extension Chrome développée par Avi Klein, et sa fonction principale est "Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Decode URLs
Téléchargez les fichiers d'extension Decode URLs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Informations de Base sur l'Extension
Nom | Decode URLs |
ID | ammnkklofnncmpmenbffefpmdnocnmlp |
URL Officiel | 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.). |
Taille du Fichier | 7.79 KB |
Nombre d'Installations | 238 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2019-04-24 |
Date de Publication | 2019-04-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Avi Klein |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |