Link tag browser

Shows tags as a browseable dropdown

What is Link tag browser?

Link tag browser is a Chrome extension developed by https://www.zephyros-systems.co.uk, and its main feature is "Shows tags as a browseable dropdown".

Extension Screenshots

screenshot

Download Link tag browser Extension CRX File

Download Link tag browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Link tag browser Link tag browser
ID bpbabadndeflbchomcgkmfoeiiebcjjm
Official URL https://chromewebstore.google.com/detail/link-tag-browser/bpbabadndeflbchomcgkmfoeiiebcjjm
Description Shows tags as a browseable dropdown
File Size 53.34 KB
Installation Count 77
Current Version 1.0.1
Last Updated 2013-03-28
Publish Date 2013-03-28
Developer https://www.zephyros-systems.co.uk
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}