Copy Cyrilic URLs
Extension will copy URLs with cyrilic characters.
Was ist Copy Cyrilic URLs?
Copy Cyrilic URLs ist eine Chrome-Erweiterung, die von Simandoff entwickelt wurde, und ihr Hauptmerkmal ist "Extension will copy URLs with cyrilic characters.".
Copy Cyrilic URLs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Cyrilic 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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | alnknpnpinldhpkjkgobkalmoaeolhnf |
Offizielle URL | https://chromewebstore.google.com/detail/copy-cyrilic-urls/alnknpnpinldhpkjkgobkalmoaeolhnf |
Beschreibung | Extension will copy URLs with cyrilic characters. |
Dateigröße | 9.27 KB |
Installationsanzahl | 931 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-05-21 |
Veröffentlichungsdatum | 2013-05-21 |
Bewertung | 3.67/5 Insgesamt 18 Bewertungen |
Entwickler | Simandoff |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |