Link Gopher
Extracts and collates links from web pages
Link Gopherとは何ですか?
Link GopherはAndrew Ziemによって開発されたChromeの拡張機能で、その主な機能は「Extracts and collates links from web pages」です。
拡張機能のスクリーンショット
Link Gopher拡張機能のCRXファイルをダウンロード
Link Gopher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for copy and paste into other systems.                     拡張機能の基本情報
| 名前 |   |  
| ID | bpjdkodgnbfalgghnbeggfbfjpcfamkf | 
| 公式URL | https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf | 
| 説明 | Extracts and collates links from web pages | 
| ファイルサイズ | 31.35 KB | 
| インストール数 | 30,504 | 
| 現在のバージョン | 2.5.0 | 
| 最終更新日 | 2023-09-28 | 
| 公開日 | 2017-11-28 | 
| 評価 | 4.57/5 合計 21 レビュー | 
| 開発者 | Andrew Ziem | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://sites.google.com/site/linkgopher/ | 
| 対応言語 | de,en,ru | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "2.5.0",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "homepage_url": "https:\/\/sites.google.com\/site\/linkgopher\/",
    "icons": {
        "16": "icons\/link-gopher-16.png",
        "32": "icons\/link-gopher-32.png",
        "64": "icons\/link-gopher-64.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "scripting"
    ],
    "action": {
        "default_icon": "icons\/link-gopher-32.png",
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": []
}  |  |