KB Sticky Notes

Sticky notes while you browse the web.

KB Sticky Notes là gì?

KB Sticky Notes là một tiện ích mở rộng Chrome được phát triển bởi Karl Balemi, và tính năng chính của nó là "Sticky notes while you browse the web.".

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

screenshot

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

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

                        PLEASE refresh your tabs after installation to load Sticky Notes.

Open up your sticky notes while browsing the web. Drag around the page to organize and right click to select your favourite colours.

Sign in to chrome to keep your sticky notes synchronized between your devices at work and at home. 

Please note that sticky notes aren't able to appear on chrome:// or new tab pages.                    

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

Tên KB Sticky Notes KB Sticky Notes
ID beboamcablfglipfloiafefjobjdlclo
URL Chính Thức https://chrome.google.com/webstore/detail/kb-sticky-notes/beboamcablfglipfloiafefjobjdlclo
Mô tả Sticky notes while you browse the web.
Kích Thước Tệp 211 KB
Số Lần Cài Đặt 4,645
Phiên Bản Hiện Tại 1.26
Cập Nhật Lần Cuối 2016-01-11
Ngày Phát Hành 2016-01-11
Đánh Giá 2.54/5 Tổng số 78 Đánh Giá
Nhà Phát Triển Karl Balemi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KB Sticky Notes",
    "version": "1.26",
    "manifest_version": 2,
    "description": "Sticky notes while you browse the web.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/app.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/jquery-ui\/ui\/jquery-ui.js",
                "scripts\/sticky-notes.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Sticky Notes"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "styles\/images\/*.png"
    ]
}