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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| ID | jakpglpcfkafpjpfdficjdgcbjiajmfb |
| 公式URL | 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 |
| Eメール | [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"
}
} | |