Copy Marker

Copy shareable URL with highlighted selection

Copy Marker là gì?

Copy Marker là một tiện ích mở rộng Chrome được phát triển bởi https://roadmap.sh, và tính năng chính của nó là "Copy shareable URL with highlighted selection".

Ả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 Copy Marker

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

                        Copy Marker allows you to select some text on page, right click and "Copy Marker URL" which will copy the URL with your selection information. You can share it with someone and when they open that URL it will automatically highlight the selection you made and scroll the user to that section of the page.                    

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

Tên Copy Marker Copy Marker
ID jlbhiiaglonlmddaenlicebafcmpcoob
URL Chính Thức https://chromewebstore.google.com/detail/copy-marker/jlbhiiaglonlmddaenlicebafcmpcoob
Mô tả Copy shareable URL with highlighted selection
Kích Thước Tệp 12.03 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-06-13
Ngày Phát Hành 2020-06-12
Nhà Phát Triển https://roadmap.sh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kamranahmedse/copy-marker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Marker",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Copy shareable URL with highlighted selection",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "\/icons\/icon16.png",
        "28": "\/icons\/icon28.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Copy Marker",
        "default_icon": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}