Copy Text Fragment URL

Copy a link to any highlighted text just by right-clicking.

Copy Text Fragment URL là gì?

Copy Text Fragment URL là một tiện ích mở rộng Chrome được phát triển bởi Andrew Rabon, và tính năng chính của nó là "Copy a link to any highlighted text just by right-clicking.".

Ả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 Copy Text Fragment URL

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

                        As of version 80, Chromium has a fancy new feature called "scroll to text fragment," letting you jump to anywhere in the page given specified text. This extension wraps that functionality, letting you highlight and right-click to easily copy a URL to where that text is on the page.

Inspired by and built for the Web's loyal vanguard and general lovable weirdo, Bruce Lawson.                    

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

Tên Copy Text Fragment URL Copy Text Fragment URL
ID bemdbglmlhlkmkgfnleiofphhekephnm
URL Chính Thức https://chromewebstore.google.com/detail/copy-text-fragment-url/bemdbglmlhlkmkgfnleiofphhekephnm
Mô tả Copy a link to any highlighted text just by right-clicking.
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 371
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-03-12
Ngày Phát Hành 2020-03-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Andrew Rabon
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/andrewrabon/copy-text-fragment-url
URL Trang Trợ Giúp https://github.com/andrewrabon/copy-text-fragment-url/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Text Fragment URL",
    "version": "1.0.1",
    "description": "Copy a link to any highlighted text just by right-clicking.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "dist\/backgroundScript.js"
        ],
        "persistent": false
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "contextMenus"
    ]
}