Link tag browser
Shows tags as a browseable dropdown
Cos'è Link tag browser?
Link tag browser è un'estensione di Chrome sviluppata da https://www.zephyros-systems.co.uk, e la sua funzione principale è "Shows tags as a browseable dropdown".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Link tag browser
Scarica i file di estensione Link tag browser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | bpbabadndeflbchomcgkmfoeiiebcjjm |
| URL Ufficiale | https://chromewebstore.google.com/detail/link-tag-browser/bpbabadndeflbchomcgkmfoeiiebcjjm |
| Descrizione | Shows tags as a browseable dropdown |
| Dimensione del File | 53.34 KB |
| Conteggio Installazioni | 77 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2013-03-28 |
| Data di Pubblicazione | 2013-03-28 |
| Sviluppatore | https://www.zephyros-systems.co.uk |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |