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"
            ]
        }
    ]
}