Copy Cyrilic URLs
Extension will copy URLs with cyrilic characters.
Vad är Copy Cyrilic URLs?
Copy Cyrilic URLs är en Chrome-tillägg utvecklad av Simandoff, och dess huvudfunktion är "Extension will copy URLs with cyrilic characters.".
Ladda ner Copy Cyrilic URLs-förlängningens CRX-fil
Ladda ner Copy Cyrilic URLs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | alnknpnpinldhpkjkgobkalmoaeolhnf |
Officiell webbadress | https://chromewebstore.google.com/detail/copy-cyrilic-urls/alnknpnpinldhpkjkgobkalmoaeolhnf |
Beskrivning | Extension will copy URLs with cyrilic characters. |
Filstorlek | 9.27 KB |
Antal Installationer | 931 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-05-21 |
Publiceringsdatum | 2013-05-21 |
Betyg | 3.67/5 Totalt 18 Betyg |
Utvecklare | Simandoff |
Betalningssätt | free |
Stödda Språk | 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" ] } |