Link to Here

Adds a context menu to link to the nearest anchor before the selected text.

Link to Here là gì?

Link to Here là một tiện ích mở rộng Chrome được phát triển bởi Jeffrey Yasskin, và tính năng chính của nó là "Adds a context menu to link to the nearest anchor before the selected text.".

Ả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 Link to Here

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

                        Have you ever wanted to link to a specific place in a web page, but the page's authors forgot to tell you the right link target? This extension finds the nearest linkable place in the page before the text you've selected and links there.

This extension uses the new activeTab permission to avoid running on any page except the ones you explicitly ask it to, so it currently only supports the Chrome beta channel.

WARNING: This extension will probably do badly on pages with iframes, especially cross-origin iframes. We'll fix this eventually...                    

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

Tên Link to Here Link to Here
ID fhpigohjannbboeplbkfdkojklnjiknh
URL Chính Thức https://chromewebstore.google.com/detail/link-to-here/fhpigohjannbboeplbkfdkojklnjiknh
Mô tả Adds a context menu to link to the nearest anchor before the selected text.
Kích Thước Tệp 4.98 KB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2013-02-20
Ngày Phát Hành 2013-02-19
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Jeffrey Yasskin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link to Here",
    "version": "0.2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "26",
    "description": "Adds a context menu to link to the nearest anchor before the selected text.",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "offline_enabled": true
}