Link Controller

Control Whether Links Open in a New or Current Tab

Link Controller là gì?

Link Controller là một tiện ích mở rộng Chrome được phát triển bởi Daniel Herr, và tính năng chính của nó là "Control Whether Links Open in a New or Current Tab".

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

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

                        The icon shows in which tab links will open, click it for options to toggle it for the current tab or for all tabs.                    

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

Tên Link Controller Link Controller
ID piphpieodkchnlmjjefbbniabeikafha
URL Chính Thức https://chromewebstore.google.com/detail/link-controller/piphpieodkchnlmjjefbbniabeikafha
Mô tả Control Whether Links Open in a New or Current Tab
Kích Thước Tệp 10.26 KB
Số Lần Cài Đặt 662
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2016-01-29
Ngày Phát Hành 2016-01-29
Đánh Giá 4.43/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Daniel Herr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://danielherr.github.io/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Daniel Herr",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "D.png",
        "default_popup": "popup.html",
        "default_title": "Default"
    },
    "description": "Control Whether Links Open in a New or Current Tab",
    "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/",
    "icons": {
        "128": "link.png"
    },
    "manifest_version": 2,
    "name": "Link Controller",
    "offline_enabled": true,
    "optional_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "2.0.1"
}