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.

什麼是ThoughtPad - Autosaving Online Notepad?

ThoughtPad - Autosaving Online Notepad是由https://thoughtpad.kingdomofs.com開發的Chrome擴展程式,該擴展的主要功能是“ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.”。

擴展截圖

screenshot

下載ThoughtPad - Autosaving Online Notepad擴展crx文件

下載ThoughtPad - Autosaving Online Notepad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 ThoughtPad - Autosaving Online Notepad ThoughtPad - Autosaving Online Notepad
ID jakpglpcfkafpjpfdficjdgcbjiajmfb
官方網址 https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb
簡介 ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.
檔案大小 125 KB
安裝次數 541
目前版本 1.0.2
更新時間 2017-12-25
上架時間 2017-12-25
評分 4.33/5 共 3 次評分
開發者 https://thoughtpad.kingdomofs.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://thoughtpad.kingdomofs.com/
支援的語言 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"
    }
}