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.
扩展基本信息
名称 | LinkCount |
ID | paaebmoedgifpclddpbmjckfmaeokcdj |
官方URL | 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" } } |