Tab Notes
Allow you to write anything in new tab
什么是Tab Notes?
Tab Notes是由https://blog.wildsky.cc开发的Chrome扩展程序,该扩展的主要功能是“Allow you to write anything in new tab”。
扩展截图
下载Tab Notes扩展crx文件
下载Tab Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: * Easy-to-use: Just open new tab, and write down thoughts. * Manage-less: There is only one note: your new tab. * Auto-save: No worries about saving things when writing. * Theme: Support light and dark theme. * Lightweight and fast: Just try and enjoy it. * Multi-notes * Open-source: The source code of this add-on is at Github: https://github.com/wildskyf/tab-notes --- This add-on is ported from Tab Notes on Firefox. https://addons.mozilla.org/firefox/addon/tab-notes/
扩展基本信息
名称 | Tab Notes |
ID | obnnegakmgonaiplaobihpmcjhlceeic |
官方URL | https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic |
简介 | Allow you to write anything in new tab |
文件大小 | 116 KB |
安装次数 | 1,782 |
当前版本 | 3.2.0 |
更新时间 | 2022-03-03 |
上架时间 | 2020-03-08 |
评分 | 5.00/5 共7次评分 |
开发者 | https://blog.wildsky.cc |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://readmoo.com/terms/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "54.0a1" } }, "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "manifest_version": 2, "name": "Tab Notes", "version": "3.2.0", "description": "Allow you to write anything in new tab", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "browser_style": true, "default_icon": "icons\/48.png", "default_title": "Tab notes", "default_popup": "newtab.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Y" } } } } |