Anywhere stickers - simple sticky notes

Attach sticky notes to any page

Anywhere stickers - simple sticky notes là gì?

Anywhere stickers - simple sticky notes là một tiện ích mở rộng Chrome được phát triển bởi anywhere.stickers, và tính năng chính của nó là "Attach sticky notes to any page".

Ả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 Anywhere stickers - simple sticky notes

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

                        Single click sticky notes.

* Nice look and feel.
* Synchronizes across your logged-in browsers.
* Easy to use.
* Nothing excessive, only what you need to remember a pair of words.                    

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

Tên Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
URL Chính Thức https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
Mô tả Attach sticky notes to any page
Kích Thước Tệp 41.65 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.104.0.1
Cập Nhật Lần Cuối 2023-04-27
Ngày Phát Hành 2020-07-03
Đánh Giá 4.60/5 Tổng số 63 Đánh Giá
Nhà Phát Triển anywhere.stickers
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anywhere stickers - simple sticky notes",
    "short_name": "AnywhereStickers",
    "description": "Attach sticky notes to any page",
    "version": "0.104.0.1",
    "author": "Kirill Zotov",
    "options_page": "options.html",
    "action": {
        "default_icon": "icon.png",
        "default_title": "Anywhere stickers"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "zepto.min.js",
                "onScreenNotificator.js",
                "extension.js",
                "js.js"
            ],
            "css": [
                "css.css",
                "onScreenNotificator.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "icons": {
        "128": "icon_128.png"
    }
}