Link tag browser
Shows tags as a browseable dropdown
Co to jest Link tag browser?
Link tag browser to rozszerzenie Chrome opracowane przez https://www.zephyros-systems.co.uk, a jego główną funkcją jest „Shows tags as a browseable dropdown”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Link tag browser
Pobierz pliki rozszerzeń Link tag browser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Link tag browser |
ID | bpbabadndeflbchomcgkmfoeiiebcjjm |
Oficjalny URL | https://chromewebstore.google.com/detail/link-tag-browser/bpbabadndeflbchomcgkmfoeiiebcjjm |
Opis | Shows tags as a browseable dropdown |
Rozmiar pliku | 53.34 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2013-03-28 |
Data Publikacji | 2013-03-28 |
Deweloper | https://www.zephyros-systems.co.uk |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |