Tab Notes

Allow you to write anything in new tab

Tab Notes là gì?

Tab Notes là một tiện ích mở rộng Chrome được phát triển bởi https://blog.wildsky.cc, và tính năng chính của nó là "Allow you to write anything in new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Notes

Tải xuống các tệp mở rộng Tab Notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Notes Tab Notes
ID obnnegakmgonaiplaobihpmcjhlceeic
URL Chính Thức https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic
Mô tả Allow you to write anything in new tab
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 1,782
Phiên Bản Hiện Tại 3.2.0
Cập Nhật Lần Cuối 2022-03-03
Ngày Phát Hành 2020-03-08
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://blog.wildsky.cc
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://readmoo.com/terms/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}