Link Parser

Parse href links from any web page

Link Parserとは何ですか?

Link Parserはsh1m423によって開発されたChromeの拡張機能で、その主な機能は「Parse href links from any web page」です。

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

screenshot

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

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

拡張機能の使用方法

                        Link parser allows extracting href links with a given prefix from any web page in one click. It helps to reduce manual work when multiple routine actions are needed.                    

拡張機能の基本情報

名前 Link Parser Link Parser
ID cccbglaaelcpileeeladhmafobllkfeb
公式URL https://chromewebstore.google.com/detail/link-parser/cccbglaaelcpileeeladhmafobllkfeb
説明 Parse href links from any web page
ファイルサイズ 36.16 KB
インストール数 129
現在のバージョン 1.0.1
最終更新日 2022-10-12
公開日 2022-10-12
開発者 sh1m423
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Parser",
    "version": "1.0.1",
    "description": "Parse href links from any web page",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "link-parser-icon-16.png",
        "32": "link-parser-icon-32.png",
        "64": "link-parser-icon-48.png",
        "128": "link-parser-icon-128.png"
    }
}