Link tag browser
Shows tags as a browseable dropdown
Was ist Link tag browser?
Link tag browser ist eine Chrome-Erweiterung, die von https://www.zephyros-systems.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "Shows tags as a browseable dropdown".
Erweiterungsscreenshots
Link tag browser-Erweiterungs-CRX-Datei herunterladen
Laden Sie Link tag browser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bpbabadndeflbchomcgkmfoeiiebcjjm |
| Offizielle URL | https://chromewebstore.google.com/detail/link-tag-browser/bpbabadndeflbchomcgkmfoeiiebcjjm |
| Beschreibung | Shows tags as a browseable dropdown |
| Dateigröße | 53.34 KB |
| Installationsanzahl | 77 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2013-03-28 |
| Veröffentlichungsdatum | 2013-03-28 |
| Entwickler | https://www.zephyros-systems.co.uk |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |