Tab Notes
New note in every new tab. Capture thoughts faster.
什么是Tab Notes?
Tab Notes是由Maciej Szafraniec开发的Chrome扩展程序,该扩展的主要功能是“New note in every new tab. Capture thoughts faster.”。
扩展截图
下载Tab Notes扩展crx文件
下载Tab Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unlike other similar apps, this one allows you to keep more than one note.
✔ Different note in each tab, not the same note everywhere.
✔ (new!) Dark mode.
✔ Search all notes quickly.
✔ No permissions. No accounts. No motivational quotes.
✔ Offline & private. Notes never leave your computer.
✔ Lightweight & fast. Pure javascript, no bulky frameworks.
✔ Back up notes in text form in one click.
✔ Manage and open your notes from anywhere in Chrome.
✔ First line is the tab title. Favicon changes based on amount of text. 扩展基本信息
| 名称 | |
| ID | mhgiefelomcdfcdbknkkohpibdpbdhmo |
| 官方URL | https://chromewebstore.google.com/detail/tab-notes/mhgiefelomcdfcdbknkkohpibdpbdhmo |
| 简介 | New note in every new tab. Capture thoughts faster. |
| 文件大小 | 116 KB |
| 安装次数 | 6,175 |
| 当前版本 | 0.8 |
| 更新时间 | 2019-03-11 |
| 上架时间 | 2019-03-11 |
| 评分 | 4.16/5 共61次评分 |
| 开发者 | Maciej Szafraniec |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Notes",
"description": "New note in every new tab. Capture thoughts faster.",
"version": "0.8",
"offline_enabled": true,
"manifest_version": 2,
"icons": {
"16": "images\/notes_16.png",
"128": "images\/icon_128.png"
},
"chrome_url_overrides": {
"newtab": "newtab\/newtab.html"
},
"browser_action": {
"default_popup": "browser_action\/popup.html",
"default_icon": {
"16": "images\/notes_48.png"
}
},
"web_accessible_resources": [
"common\/notesStorage.js",
"common\/settingsStorage.js"
]
} | |