ClipIt!
An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.
Cos'è ClipIt!?
ClipIt! è un'estensione di Chrome sviluppata da Toshik Langade, e la sua funzione principale è "An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ClipIt!
Scarica i file di estensione ClipIt! 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
ClipIt is a tool through which users can save texts/notes for future use. Some examples of these texts are delivery tracking information, email IDs, phone numbers etc. How it works? 1. The input text is added in the textfield. After clicking on "Add" button the text will be stored in the browser. 2. With a single left click on a text, it will copy the text to the clipboard. 3. With a single right click on a text, it will copy the text to the clipboard and delete it. To enable/disable dark mode, just click on the header. Is the data safe? Yes. I've used "chrome.storage" API to store and retrieve data. In this data is stored in the user's Google Account and is synced. This also enables the extension to work in sync with other devices having same Google Account.
Informazioni di Base sull'Estensione
Nome | ClipIt! |
ID | cnfgmphlkgcnlgnfghhmdojllbgcmlfe |
URL Ufficiale | https://chromewebstore.google.com/detail/clipit/cnfgmphlkgcnlgnfghhmdojllbgcmlfe |
Descrizione | An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account. |
Dimensione del File | 18.16 KB |
Conteggio Installazioni | 130 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-07-11 |
Data di Pubblicazione | 2021-07-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Toshik Langade |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://toshik.me/clipit/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClipIt!", "description": "An extension which helps in saving texts\/notes for future use. Syncs data across chrome browsers having same Google Account.", "version": "1.0.1", "permissions": [ "storage" ], "browser_action": { "default_icon": "images\/clipboard (4).png", "default_popup": "popup.html" }, "icons": { "128": "logo128.png" }, "manifest_version": 2 } |