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文件
下載Link tag browser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | bpbabadndeflbchomcgkmfoeiiebcjjm |
| 官方網址 | 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"
]
}
]
} | |