LinkCount
Aggregate the number of links that appear in a web page.
什麼是LinkCount?
LinkCount是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Aggregate the number of links that appear in a web page.”。
擴展截圖
下載LinkCount擴展crx文件
下載LinkCount擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tool that displays list of URLs located on a webpage and groups them into External, Domain, and Subdomain. 擴展基本資訊
| 名稱 | |
| ID | paaebmoedgifpclddpbmjckfmaeokcdj |
| 官方網址 | https://chromewebstore.google.com/detail/linkcount/paaebmoedgifpclddpbmjckfmaeokcdj |
| 簡介 | Aggregate the number of links that appear in a web page. |
| 檔案大小 | 10.89 KB |
| 安裝次數 | 55 |
| 目前版本 | 1.1 |
| 更新時間 | 2018-04-16 |
| 上架時間 | 2018-04-16 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LinkCount",
"description": "Aggregate the number of links that appear in a web page.",
"author": "Leron Tolmachev",
"version": "1.1",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png"
},
"default_title": "LinkCount",
"default_popup": "popup.html"
}
} | |