Link Grabber

An easy to use extractor or grabber for hyperlinks on an HTML page

Link Grabberとは何ですか?

Link GrabberはDonによって開発されたChromeの拡張機能で、その主な機能は「An easy to use extractor or grabber for hyperlinks on an HTML page」です。

拡張機能のスクリーンショット

screenshot
screenshot

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

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

拡張機能の使用方法

                        Extract links from an HTML page and display them in another tab.

Features:
* Requires no special permissions
* No usage information / analytics are collected from you
* Use either browser action button or context menu item to activate
* Configurable list of blocked domains
* Filter links by substring match
* Copy links to clipboard
* Show/hide links that appear more than once on the page
* Show/hide links to the same hostname as the source page
* Group links by domain

Source Code:
https://github.com/7fffffff/linkgrabber

Thanks to:

Icons by FatCow
http://www.fatcow.com/free-icons

React
http://facebook.github.io/react/

Twitter Bootstrap
http://twitter.github.com/bootstrap                    

拡張機能の基本情報

名前 Link Grabber Link Grabber
ID caodelkhipncidmoebgbbeemedohcdma
公式URL https://chromewebstore.google.com/detail/link-grabber/caodelkhipncidmoebgbbeemedohcdma
説明 An easy to use extractor or grabber for hyperlinks on an HTML page
ファイルサイズ 200 KB
インストール数 211,861
現在のバージョン 0.5.2
最終更新日 2023-04-30
公開日 2017-11-10
評価 4.58/5 合計 219 レビュー
開発者 Don
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/7fffffff/linkgrabber
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Grabber",
    "manifest_version": 2,
    "version": "0.5.2",
    "description": "An easy to use extractor or grabber for hyperlinks on an HTML page",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "storage"
    ],
    "incognito": "split",
    "options_page": "\/html\/options.html",
    "icons": {
        "16": "\/images\/link_go_16.png",
        "32": "\/images\/link_go_32.png",
        "48": "\/images\/link_go_48.png",
        "128": "\/images\/link_go_128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "\/images\/link_go_19.png",
        "default_title": "Extract the links on this page"
    }
}