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.
Was ist ThoughtPad - Autosaving Online Notepad?
ThoughtPad - Autosaving Online Notepad ist eine Chrome-Erweiterung, die von https://thoughtpad.kingdomofs.com entwickelt wurde, und ihr Hauptmerkmal ist "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".
Erweiterungsscreenshots
ThoughtPad - Autosaving Online Notepad-Erweiterungs-CRX-Datei herunterladen
Laden Sie ThoughtPad - Autosaving Online Notepad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jakpglpcfkafpjpfdficjdgcbjiajmfb |
| Offizielle URL | https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb |
| Beschreibung | ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache. |
| Dateigröße | 125 KB |
| Installationsanzahl | 541 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2017-12-25 |
| Veröffentlichungsdatum | 2017-12-25 |
| Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
| Entwickler | https://thoughtpad.kingdomofs.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://thoughtpad.kingdomofs.com/ |
| Unterstützte Sprachen | 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"
}
} | |