Link tag browser
Shows tags as a browseable dropdown
Link tag browser란 무엇입니까?
Link tag browser은(는) https://www.zephyros-systems.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows tags as a browseable dropdown"입니다.
확장 프로그램 스크린샷
Link tag browser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | Link tag browser |
ID | bpbabadndeflbchomcgkmfoeiiebcjjm |
공식 URL | https://chromewebstore.google.com/detail/link-tag-browser/bpbabadndeflbchomcgkmfoeiiebcjjm |
설명 | Shows tags as a browseable dropdown |
파일 크기 | 53.34 KB |
설치 횟수 | 77 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2013-03-28 |
출시 날짜 | 2013-03-28 |
개발자 | https://www.zephyros-systems.co.uk |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |