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.
Vad är ThoughtPad - Autosaving Online Notepad?
ThoughtPad - Autosaving Online Notepad är en Chrome-tillägg utvecklad av https://thoughtpad.kingdomofs.com, och dess huvudfunktion är "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".
Tilläggsskärmbilder
Ladda ner ThoughtPad - Autosaving Online Notepad-förlängningens CRX-fil
Ladda ner ThoughtPad - Autosaving Online Notepad-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | jakpglpcfkafpjpfdficjdgcbjiajmfb |
| Officiell webbadress | https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb |
| Beskrivning | ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache. |
| Filstorlek | 125 KB |
| Antal Installationer | 541 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2017-12-25 |
| Publiceringsdatum | 2017-12-25 |
| Betyg | 4.33/5 Totalt 3 Betyg |
| Utvecklare | https://thoughtpad.kingdomofs.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://thoughtpad.kingdomofs.com/ |
| Stödda Språk | 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"
}
} | |