Search Football World

You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site

Search Football Worldとは何ですか?

Search Football WorldはSamet Özdenによって開発されたChromeの拡張機能で、その主な機能は「You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site」です。

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

screenshot

Search Football World拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Using this plugin, you can easily search for the text you selected on websites such as transfermarkt, sofascore and whoscored.                    

拡張機能の基本情報

名前 Search Football World Search Football World
ID nehbkkmhfmpeiinaklahebjfhljmmkga
公式URL https://chromewebstore.google.com/detail/search-football-world/nehbkkmhfmpeiinaklahebjfhljmmkga
説明 You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site
ファイルサイズ 13.44 KB
インストール数 139
現在のバージョン 3
最終更新日 2021-06-09
公開日 2019-11-25
評価 5.00/5 合計 1 レビュー
開発者 Samet Özden
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Samet \u00d6zden",
    "content_scripts": [
        {
            "js": [
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site",
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "icons": [
            "img\/icon48.png"
        ]
    },
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Search Football World",
    "version": "3",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}