Note Board Sticky Notes

Simple and very light weight extension,it remind your works or tasks.

Note Board Sticky Notes là gì?

Note Board Sticky Notes là một tiện ích mở rộng Chrome được phát triển bởi Krishna, và tính năng chính của nó là "Simple and very light weight extension,it remind your works or tasks.".

Ả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 Note Board Sticky Notes

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

                        It is very easy to handle and save your valuable points and remember your tasks on it

Our features:
 - Save Notes...!
 - Right click to add text in popup                    

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

Tên Note Board Sticky Notes Note Board Sticky Notes
ID aiichcjobjkafoiaapgoleibkogafemj
URL Chính Thức https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj
Mô tả Simple and very light weight extension,it remind your works or tasks.
Kích Thước Tệp 69.72 KB
Số Lần Cài Đặt 332
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-12-10
Ngày Phát Hành 2020-12-09
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Krishna
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.krishnamurthy.me/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Note Board Sticky Notes",
    "version": "1.0",
    "description": "Simple and very light weight extension,it remind your works or tasks.",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Click Me Here",
        "default_popup": "\/popup.html"
    },
    "background": {
        "scripts": [
            "\/scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}