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 |
| 电子邮箱 | [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"
}
} | |