Sticky Notes New Tab

Sticky Notes New Tab adds sticky notes to your new tab page.

Sticky Notes New Tab là gì?

Sticky Notes New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://newtabthemebuilder.com, và tính năng chính của nó là "Sticky Notes New Tab adds sticky notes to your new tab page.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        The Sticky Notes New Tab offers markdown-friendly, draggable, and minimizable sticky notes for your new tab page. It also features a calculator, canvas for drawing, a timer, games, movies, and a customizable search engine bar that supports Google, Bing, and DuckDuckGo. Users can drag and edit shortcuts, tailor the date and time display, select from a variety of default gradient wallpapers, modify the background color, and delve into numerous other personalization options.                    

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

Tên Sticky Notes New Tab Sticky Notes New Tab
ID llokcoejiedkbcibibhhefbcmdhcahdd
URL Chính Thức https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd
Mô tả Sticky Notes New Tab adds sticky notes to your new tab page.
Kích Thước Tệp 5.18 MB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 2023.11.20.519
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2023-08-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://newtabthemebuilder.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky Notes New Tab",
    "description": "Sticky Notes New Tab adds sticky notes to your new tab page.",
    "version": "2023.11.20.519",
    "manifest_version": 3,
    "offline_enabled": true,
    "icons": {
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "New Tab"
    },
    "background": {
        "service_worker": "background.js"
    }
}