Sticky Notes Everywhere | Digital Mercury

Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.

Sticky Notes Everywhere | Digital Mercury là gì?

Sticky Notes Everywhere | Digital Mercury là một tiện ích mở rộng Chrome được phát triển bởi https://digital-mercury.com, và tính năng chính của nó là "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.".

Ả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 Sticky Notes Everywhere | Digital Mercury

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

                        Create, position, and edit sticky notes on any web page, at any time! Save the sticky notes and the next time you return to the page, they will be just as you left them.                    

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

Tên Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
URL Chính Thức https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
Mô tả Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
Kích Thước Tệp 16.83 KB
Số Lần Cài Đặt 493
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-12-01
Ngày Phát Hành 2020-11-26
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://digital-mercury.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://digital-mercury.com/
URL Trang Trợ Giúp https://digital-mercury.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky Notes Everywhere | Digital Mercury",
    "description": "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "browser_action": {
        "default_popup": ".\/index.html",
        "default_icon": ".\/favicon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}