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.

Apa itu ThoughtPad - Autosaving Online Notepad?

ThoughtPad - Autosaving Online Notepad adalah ekstensi Chrome yang dikembangkan oleh https://thoughtpad.kingdomofs.com, dan fitur utamanya adalah "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ThoughtPad - Autosaving Online Notepad

Unduh file ekstensi ThoughtPad - Autosaving Online Notepad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ThoughtPad - Autosaving Online Notepad ThoughtPad - Autosaving Online Notepad
ID jakpglpcfkafpjpfdficjdgcbjiajmfb
URL Resmi https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb
Deskripsi ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.
Ukuran File 125 KB
Jumlah Instalasi 541
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-12-25
Tanggal Publikasi 2017-12-25
Penilaian 4.33/5 Total 3 Penilaian
Pengembang https://thoughtpad.kingdomofs.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://thoughtpad.kingdomofs.com/
Bahasa yang Didukung 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"
    }
}