LinkToId

This extension helps to identify and use linkable IDs within a page.

LinkToId là gì?

LinkToId là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension helps to identify and use linkable IDs within a page.".

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

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

                        When the fragment identifier (hash part) of an URL matches an element ID, the browser will scroll to that element. This is great if you want to link directly to a particular part or section of a page. LinkToId makes it super easy to identify an element ID and to obtain the URL of said element.

Press Ctrl and Alt to show the LinkToId tooltip, which will identify the closest linkable element. Click the left mouse button while the tooltip is showing to modify the fragment identifier of the current URL. You can now copy the full URL and use it anywhere as a direct link.

LinkToId is currently somewhat limited. If you want to contribute to development or suggest improvement ideas, please visit https://github.com/provegard/LinkToId.                    

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

Tên LinkToId LinkToId
ID cggiopngamlojpeoliehhppmdphinjen
URL Chính Thức https://chromewebstore.google.com/detail/linktoid/cggiopngamlojpeoliehhppmdphinjen
Mô tả This extension helps to identify and use linkable IDs within a page.
Kích Thước Tệp 14.07 KB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-01-04
Ngày Phát Hành 2015-01-04
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/provegard/LinkToId
URL Trang Trợ Giúp https://github.com/provegard/linktoid/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkToId",
    "version": "0.0.1",
    "manifest_version": 2,
    "short_name": "LinkToId",
    "description": "This extension helps to identify and use linkable IDs within a page.",
    "author": "Per Rovegard",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "linktoid.js"
            ],
            "css": [
                "linktoid.css"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}