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.

Qu'est-ce que ThoughtPad - Autosaving Online Notepad ?

ThoughtPad - Autosaving Online Notepad est une extension Chrome développée par https://thoughtpad.kingdomofs.com, et sa fonction principale est "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ThoughtPad - Autosaving Online Notepad

Téléchargez les fichiers d'extension ThoughtPad - Autosaving Online Notepad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ThoughtPad - Autosaving Online Notepad ThoughtPad - Autosaving Online Notepad
ID jakpglpcfkafpjpfdficjdgcbjiajmfb
URL Officiel 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.
Taille du Fichier 125 KB
Nombre d'Installations 541
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-12-25
Date de Publication 2017-12-25
Évaluation 4.33/5 Total 3 Évaluations
Développeur https://thoughtpad.kingdomofs.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thoughtpad.kingdomofs.com/
Langues Prises en Charge 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"
    }
}