Sticky Note

You can put sticky notes on any webpage.

Sticky Note là gì?

Sticky Note là một tiện ích mở rộng Chrome được phát triển bởi Sardara Evlikuleeva, và tính năng chính của nó là "You can put sticky notes on any webpage.".

Ả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 Note

Tải xuống các tệp mở rộng Sticky Note 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 convenient extension that allows you to take notes on any page, and they will remain after reloading the page or even the browser.  These notes will only be visible to you.  Just right-click on the place on the page where you want to add a note, click on the "Add note" item and enter the text on the block that appears.  Notes can be moved by pulling them on the top edge of the block.  If you no longer want to see the note, just click the "Delete" button.                    

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

Tên Sticky Note Sticky Note
ID cmabpemmbmhlgmnlemmkelphankfclcf
URL Chính Thức https://chromewebstore.google.com/detail/sticky-note/cmabpemmbmhlgmnlemmkelphankfclcf
Mô tả You can put sticky notes on any webpage.
Kích Thước Tệp 14.5 KB
Số Lần Cài Đặt 1,160
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-09-18
Ngày Phát Hành 2020-06-01
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Sardara Evlikuleeva
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/e/2PACX-1vRSKqQQc9t6R8-RYWXKd1BX7dLFr7sbP-ndBt885tUBaWuAaowng0uPxO_uMEOm3pZmOHie9yHCWqIP/pub
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "description": "You can put sticky notes on any webpage.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Sticky Note",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.4",
    "web_accessible_resources": [
        "content.css"
    ]
}