Copy as plain text - amaz.in/g
Quick and easy, the selected text without formatting, so as plain text, copy to the clipboard.
Cos'è Copy as plain text - amaz.in/g?
Copy as plain text - amaz.in/g è un'estensione di Chrome sviluppata da Houbit UG (haftungsbeschränkt) & Co. KG, e la sua funzione principale è "Quick and easy, the selected text without formatting, so as plain text, copy to the clipboard.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy as plain text - amaz.in/g
Scarica i file di estensione Copy as plain text - amaz.in/g in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Do you have questions, suggestions, improvements, criticism or any other feedback? Then send us an e-mail at: [email protected] Imprint (App-Developer): http://amaz.in/g/de-DE/impressum.html
Informazioni di Base sull'Estensione
Nome | |
ID | mkkcgjeddgdnikkeoinjgbocghokolck |
URL Ufficiale | https://chrome.google.com/webstore/detail/copy-as-plain-text-amazin/mkkcgjeddgdnikkeoinjgbocghokolck |
Descrizione | Quick and easy, the selected text without formatting, so as plain text, copy to the clipboard. |
Dimensione del File | 186 KB |
Conteggio Installazioni | 22,158 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-02-16 |
Data di Pubblicazione | 2014-02-16 |
Valutazione | 4.50/5 Totale 100 Valutazioni |
Sviluppatore | Houbit UG (haftungsbeschränkt) & Co. KG |
Tipo di Pagamento | free |
Lingue Supportate | de,en-GB,en-US,fr,es,it,pt-BR,ru,hi,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_chrome_extension_short_name__", "description": "__MSG_chrome_extension_description__", "version": "1.0", "default_locale": "en_US", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "69": "img\/icon_69.png", "128": "img\/icon_128.png" }, "permissions": [ "storage", "contextMenus", "notifications", "*:\/\/amaz.in\/*", "*:\/\/*.amaz.in\/*" ], "background": { "scripts": [ "assets\/jquery-1.11.0\/jquery-1.11.0.min.js", "js\/capt.js" ] }, "minimum_chrome_version": "24", "manifest_version": 2 } |