Sticky Notes Tab

Simple sticky notes board - tab extension

Sticky Notes Tab là gì?

Sticky Notes Tab là một tiện ích mở rộng Chrome được phát triển bởi mcha, và tính năng chính của nó là "Simple sticky notes board - tab extension".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Sticky Notes Tab 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

                        A simple sticky notes board - tab extension.
Add sticky notes board to new-tabs.
Options to:
- Change board background color (day/night)
- Change notes background, font-color, font-size, font-family
- Position notes anywhere on the board                    

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

Tên Sticky Notes Tab Sticky Notes Tab
ID ofhklbffoehlkndkhdhjlfkiobbcoogd
URL Chính Thức https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd
Mô tả Simple sticky notes board - tab extension
Kích Thước Tệp 70.49 KB
Số Lần Cài Đặt 1,717
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2020-09-21
Ngày Phát Hành 2019-03-17
Đánh Giá 4.06/5 Tổng số 18 Đánh Giá
Nhà Phát Triển mcha
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mustafawm/stickynotes
URL Trang Trợ Giúp https://github.com/mustafawm/stickynotes
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Notes Tab",
    "short_name": "Stick Notes Tab",
    "version": "2.0.5",
    "description": "Simple sticky notes board - tab extension",
    "author": "mustafa",
    "homepage_url": "https:\/\/github.com\/mustafawm\/stickynotes",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/16icon.png",
        "32": "icons\/32icon.png",
        "48": "icons\/48icon.png",
        "128": "icons\/128icon.png"
    }
}