Link tag browser
Shows tags as a browseable dropdown
Wat is Link tag browser?
Link tag browser is een Chrome-extensie ontwikkeld door https://www.zephyros-systems.co.uk, en de belangrijkste functie is "Shows tags as a browseable dropdown".
Extensie Screenshots
Download het CRX-bestand van de extensie Link tag browser
Download Link tag browser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | bpbabadndeflbchomcgkmfoeiiebcjjm |
| Officiële URL | https://chromewebstore.google.com/detail/link-tag-browser/bpbabadndeflbchomcgkmfoeiiebcjjm |
| Beschrijving | Shows tags as a browseable dropdown |
| Bestandsgrootte | 53.34 KB |
| Aantal Installaties | 77 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2013-03-28 |
| Publicatiedatum | 2013-03-28 |
| Ontwikkelaar | https://www.zephyros-systems.co.uk |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |