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" } } |