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.
Hvad er ThoughtPad - Autosaving Online Notepad?
ThoughtPad - Autosaving Online Notepad er en Chrome-udvidelse udviklet af https://thoughtpad.kingdomofs.com, og dens hovedfunktion er "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".
Udvidelsesskærmbilleder
Download ThoughtPad - Autosaving Online Notepad-udvidelses-CRX-fil
Download ThoughtPad - Autosaving Online Notepad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jakpglpcfkafpjpfdficjdgcbjiajmfb |
| Officiel URL | https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb |
| Beskrivelse | ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache. |
| Filstørrelse | 125 KB |
| Antal Installationer | 541 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2017-12-25 |
| Udgivelsesdato | 2017-12-25 |
| Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
| Udvikler | https://thoughtpad.kingdomofs.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://thoughtpad.kingdomofs.com/ |
| Understøttede Sprog | 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"
}
} | |