Link tag browser

Shows tags as a browseable dropdown

Link tag browser là gì?

Link tag browser là một tiện ích mở rộng Chrome được phát triển bởi https://www.zephyros-systems.co.uk, và tính năng chính của nó là "Shows tags as a browseable dropdown".

Ả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 tag browser

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

                        Mostly for developers working with content-negotiated sites like legislation.gov.uk, this makes the browser a more useful tool for navigating sites that double as APIs by showing clickable versions of link tags and prioritising rel="alternate" representations. No more diving into View Source and hoping the result is readable!                    

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

Tên Link tag browser Link tag browser
ID bpbabadndeflbchomcgkmfoeiiebcjjm
URL Chính Thức https://chromewebstore.google.com/detail/link-tag-browser/bpbabadndeflbchomcgkmfoeiiebcjjm
Mô tả Shows tags as a browseable dropdown
Kích Thước Tệp 53.34 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-03-28
Ngày Phát Hành 2013-03-28
Nhà Phát Triển https://www.zephyros-systems.co.uk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link tag browser",
    "description": "Shows  tags as a browseable dropdown",
    "version": "1.0.1",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "js": [
                "js\/link-reader.js"
            ]
        }
    ]
}