Link tag browser

Shows tags as a browseable dropdown

什么是Link tag browser?

Link tag browser是由https://www.zephyros-systems.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Shows tags as a browseable dropdown”。

扩展截图

screenshot

下载Link tag browser扩展crx文件

下载Link tag browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Link tag browser Link tag browser
ID bpbabadndeflbchomcgkmfoeiiebcjjm
官方URL https://chromewebstore.google.com/detail/link-tag-browser/bpbabadndeflbchomcgkmfoeiiebcjjm
简介 Shows tags as a browseable dropdown
文件大小 53.34 KB
安装次数 77
当前版本 1.0.1
更新时间 2013-03-28
上架时间 2013-03-28
开发者 https://www.zephyros-systems.co.uk
付费类型 free
支持的语言 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"
            ]
        }
    ]
}