Link Collector

Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.

Link Collectorとは何ですか?

Link Collectorはhttp://www.lemonprogis.comによって開発されたChromeの拡張機能で、その主な機能は「Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.」です。

Link Collector拡張機能のCRXファイルをダウンロード

Link Collector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        used to collect links from a web page. can export as csv. all links are unique.                    

拡張機能の基本情報

名前 Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
公式URL https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
説明 Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
ファイルサイズ 11.71 KB
インストール数 193
現在のバージョン 1.1
最終更新日 2017-05-25
公開日 2017-05-25
評価 5.00/5 合計 1 レビュー
開発者 http://www.lemonprogis.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Collector",
    "version": "1.1",
    "description": "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Link Collector",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}