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 |
官方網址 | 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" } } } } |