Simple NotePad Sync
Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's
Cos'è Simple NotePad Sync?
Simple NotePad Sync è un'estensione di Chrome sviluppata da Subgurim, e la sua funzione principale è "Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple NotePad Sync
Scarica i file di estensione Simple NotePad Sync 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
Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's
Informazioni di Base sull'Estensione
Nome | Simple NotePad Sync |
ID | bbekgiidjkhflbpmcoiolidflfpganjk |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-notepad-sync/bbekgiidjkhflbpmcoiolidflfpganjk |
Descrizione | Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's |
Dimensione del File | 35.64 KB |
Conteggio Installazioni | 405 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-06-13 |
Data di Pubblicazione | 2014-06-13 |
Valutazione | 4.44/5 Totale 9 Valutazioni |
Sviluppatore | Subgurim |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple NotePad Sync", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "clipboardWrite" ] } |