Copy for Scrapbox

Users can get a link to the page in the current tab in Scrapbox notation.

Copy for Scrapbox là gì?

Copy for Scrapbox là một tiện ích mở rộng Chrome được phát triển bởi https://satoryu.com, và tính năng chính của nó là "Users can get a link to the page in the current tab in Scrapbox notation.".

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

Tải xuống tệp CRX của tiện ích mở rộng Copy for Scrapbox

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

                        This extension is for Scrapbox users to make a link of current active tab easily in Scrapbox notation.                    

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

Tên Copy for Scrapbox Copy for Scrapbox
ID kalhokahkhkmbkiliieonfdmdeajlnog
URL Chính Thức https://chromewebstore.google.com/detail/copy-for-scrapbox/kalhokahkhkmbkiliieonfdmdeajlnog
Mô tả Users can get a link to the page in the current tab in Scrapbox notation.
Kích Thước Tệp 16.87 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.7.0
Cập Nhật Lần Cuối 2023-10-27
Ngày Phát Hành 2021-06-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://satoryu.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.satoryu.com/copy-for-scrapbox/
URL Trang Trợ Giúp https://www.satoryu.com/copy-for-scrapbox/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy for Scrapbox",
    "description": "Users can get a link to the page in the current tab in Scrapbox notation.",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "images\/icos16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/src\/*.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "version": "1.7.0"
}