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.
Wat is ThoughtPad - Autosaving Online Notepad?
ThoughtPad - Autosaving Online Notepad is een Chrome-extensie ontwikkeld door https://thoughtpad.kingdomofs.com, en de belangrijkste functie is "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".
Extensie Screenshots
Download het CRX-bestand van de extensie ThoughtPad - Autosaving Online Notepad
Download ThoughtPad - Autosaving Online Notepad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jakpglpcfkafpjpfdficjdgcbjiajmfb |
| Officiële URL | https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb |
| Beschrijving | ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache. |
| Bestandsgrootte | 125 KB |
| Aantal Installaties | 541 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2017-12-25 |
| Publicatiedatum | 2017-12-25 |
| Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://thoughtpad.kingdomofs.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://thoughtpad.kingdomofs.com/ |
| Ondersteunde Talen | 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"
}
} | |