Link tag browser
Shows tags as a browseable dropdown
Qu'est-ce que Link tag browser ?
Link tag browser est une extension Chrome développée par https://www.zephyros-systems.co.uk, et sa fonction principale est "Shows tags as a browseable dropdown".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Link tag browser
Téléchargez les fichiers d'extension Link tag browser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Link tag browser |
ID | bpbabadndeflbchomcgkmfoeiiebcjjm |
URL Officiel | https://chromewebstore.google.com/detail/link-tag-browser/bpbabadndeflbchomcgkmfoeiiebcjjm |
Description | Shows tags as a browseable dropdown |
Taille du Fichier | 53.34 KB |
Nombre d'Installations | 77 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2013-03-28 |
Date de Publication | 2013-03-28 |
Développeur | https://www.zephyros-systems.co.uk |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |