ThoughtPad - Autosaving Online Notepad
ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.
Cos'è ThoughtPad - Autosaving Online Notepad?
ThoughtPad - Autosaving Online Notepad è un'estensione di Chrome sviluppata da https://thoughtpad.kingdomofs.com, e la sua funzione principale è "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ThoughtPad - Autosaving Online Notepad
Scarica i file di estensione ThoughtPad - Autosaving Online Notepad 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
ThoughtPad is an autosaving notepad that opens up in a new tab. Type whatever you want & it is saved in your browsers' cache memory. The data is saved across sessions and can be retained/recovered even if your computer unexpectedly crashes & restarts. Informazioni di Base sull'Estensione
| Nome | |
| ID | jakpglpcfkafpjpfdficjdgcbjiajmfb |
| URL Ufficiale | https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb |
| Descrizione | ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache. |
| Dimensione del File | 125 KB |
| Conteggio Installazioni | 541 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2017-12-25 |
| Data di Pubblicazione | 2017-12-25 |
| Valutazione | 4.33/5 Totale 3 Valutazioni |
| Sviluppatore | https://thoughtpad.kingdomofs.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://thoughtpad.kingdomofs.com/ |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ThoughtPad - Autosaving Online Notepad",
"short_name": "ThoughtPad",
"description": "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.",
"version": "1.0.2",
"manifest_version": 2,
"author": "Sandeep Tripathy",
"icons": {
"128": "icon.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"chrome_url_overrides": {
"newtab": "thoughtpad.html"
}
} | |