Copy Cyrilic URLs
Extension will copy URLs with cyrilic characters.
Qu'est-ce que Copy Cyrilic URLs ?
Copy Cyrilic URLs est une extension Chrome développée par Simandoff, et sa fonction principale est "Extension will copy URLs with cyrilic characters.".
Télécharger le fichier CRX de l'extension Copy Cyrilic URLs
Téléchargez les fichiers d'extension Copy Cyrilic 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
This extension will allow you to copy the URL content of a tab without changing special characters, like Cyrillic chars or special encoded URL chars.
Informations de Base sur l'Extension
Nom | |
ID | alnknpnpinldhpkjkgobkalmoaeolhnf |
URL Officiel | https://chromewebstore.google.com/detail/copy-cyrilic-urls/alnknpnpinldhpkjkgobkalmoaeolhnf |
Description | Extension will copy URLs with cyrilic characters. |
Taille du Fichier | 9.27 KB |
Nombre d'Installations | 931 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-05-21 |
Date de Publication | 2013-05-21 |
Évaluation | 3.67/5 Total 18 Évaluations |
Développeur | Simandoff |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Cyrilic URLs", "version": "1.0", "manifest_version": 2, "description": "Extension will copy URLs with cyrilic characters.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "copy-icon-16.png", "default_title": "Copy URL decoded. Will keep the cyrilic characters and special symbols as are.", "default_popup": "popup.html" }, "icons": { "16": "copy-icon-16.png", "24": "copy-icon-24.png", "32": "copy-icon-32.png", "48": "copy-icon-48.png", "128": "copy-icon-128.png" }, "permissions": [ "clipboardWrite", "tabs" ] } |