Scratch Tab
Tab for temporary text space. Syncs for all new tabs
什么是Scratch Tab?
Scratch Tab是由https://blog.richardkeller.net开发的Chrome扩展程序,该扩展的主要功能是“Tab for temporary text space. Syncs for all new tabs”。
扩展截图
下载Scratch Tab扩展crx文件
下载Scratch Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple new tab extension that acts as a note pad. The data is saved locally and synced between all "new tab" pages. 扩展基本信息
| 名称 | |
| ID | chgoodmlemkngjcchejedfchhocadjdn |
| 官方URL | https://chromewebstore.google.com/detail/scratch-tab/chgoodmlemkngjcchejedfchhocadjdn |
| 简介 | Tab for temporary text space. Syncs for all new tabs |
| 文件大小 | 796 KB |
| 安装次数 | 39 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2024-02-18 |
| 上架时间 | 2018-04-05 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | https://blog.richardkeller.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Scratch Tab",
"version": "1.0.1",
"manifest_version": 3,
"permissions": [
"storage",
"tabs"
],
"description": "Tab for temporary text space. Syncs for all new tabs",
"homepage_url": "https:\/\/richardkeller.net",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "src\/override\/override.html"
},
"browser_action": {
"default_icon": "icons\/icon16.png"
}
} | |