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.

What is ThoughtPad - Autosaving Online Notepad?

ThoughtPad - Autosaving Online Notepad is a Chrome extension developed by https://thoughtpad.kingdomofs.com, and its main feature is "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".

Extension Screenshots

screenshot

Download ThoughtPad - Autosaving Online Notepad Extension CRX File

Download ThoughtPad - Autosaving Online Notepad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ThoughtPad - Autosaving Online Notepad ThoughtPad - Autosaving Online Notepad
ID jakpglpcfkafpjpfdficjdgcbjiajmfb
Official URL https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb
Description ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.
File Size 125 KB
Installation Count 541
Current Version 1.0.2
Last Updated 2017-12-25
Publish Date 2017-12-25
Rating 4.33/5 Total 3 Ratings
Developer https://thoughtpad.kingdomofs.com
Email [email protected]
Payment Type free
Extension Website https://thoughtpad.kingdomofs.com/
Supported Languages 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"
    }
}