General Text Copier
Store stuff you frequently copy and paste.
Cos'è General Text Copier?
General Text Copier è un'estensione di Chrome sviluppata da Canary Design, e la sua funzione principale è "Store stuff you frequently copy and paste.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione General Text Copier
Scarica i file di estensione General Text Copier 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
Useful for storing frequently used text information. ****Data stored in this extension uses HTML5 localstorage, which stores data in your browser settings. It is NOT encrypted and therefore NOT safe to store sensitive information like passwords, credit card information or anything else that should not be available to anyone else.**** This extension is currently in BETA, so I know there are some issues and it is a bit buggy.
Informazioni di Base sull'Estensione
Nome | General Text Copier |
ID | addokmpkfnbjgldkbngokjnkpgefkogb |
URL Ufficiale | https://chromewebstore.google.com/detail/general-text-copier/addokmpkfnbjgldkbngokjnkpgefkogb |
Descrizione | Store stuff you frequently copy and paste. |
Dimensione del File | 122 KB |
Conteggio Installazioni | 70 |
Versione Corrente | 1.21 |
Ultimo Aggiornamento | 2019-02-01 |
Data di Pubblicazione | 2019-01-31 |
Sviluppatore | Canary Design |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "General Text Copier", "description": "Store stuff you frequently copy and paste.", "version": "1.21", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |