Any Link Finder!

Script that helps to find any link by searching your especific word within the link url

Any Link Finder!とは何ですか?

Any Link Finder!はhttps://www.fabianalvarado.comによって開発されたChromeの拡張機能で、その主な機能は「Script that helps to find any link by searching your especific word within the link url」です。

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

screenshot

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

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

拡張機能の使用方法

                        Extension that highlights any link by searching your especific word within the link url                    

拡張機能の基本情報

名前 Any Link Finder! Any Link Finder!
ID hdmckdmnhbcgejfckfdhpdmlamngkeeg
公式URL https://chrome.google.com/webstore/detail/any-link-finder/hdmckdmnhbcgejfckfdhpdmlamngkeeg
説明 Script that helps to find any link by searching your especific word within the link url
ファイルサイズ 7.11 KB
インストール数 103
現在のバージョン 1.4
最終更新日 2018-05-28
公開日 2018-05-28
評価 5.00/5 合計 2 レビュー
開発者 https://www.fabianalvarado.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Link Finder!",
    "description": "Script that helps to find any link by searching your especific word within the link url",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Any Link Finder!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "link_checker.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}