Pokedex Linker

Converts pokemon names to links that open up ThePoke.de/x/ with easy access info when you hover over the link.

Pokedex Linkerとは何ですか?

Pokedex Linkerはhttps://thepoke.deによって開発されたChromeの拡張機能で、その主な機能は「Converts pokemon names to links that open up ThePoke.de/x/ with easy access info when you hover over the link.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Every good trainer needs the latest information about whatever Pokemon may cross their path. If you happen to stumble across one while browsing the internet, this extension will convert any mentioned name to link for that pokemon on thepoke.de/x/. Hovering over that link will provide a quick peek of that pokemon, it's national dex number, and it's type(s).                    

拡張機能の基本情報

名前 Pokedex Linker Pokedex Linker
ID cafmpknaihmoehhoehfcfpnjdmcpffee
公式URL https://chromewebstore.google.com/detail/pokedex-linker/cafmpknaihmoehhoehfcfpnjdmcpffee
説明 Converts pokemon names to links that open up ThePoke.de/x/ with easy access info when you hover over the link.
ファイルサイズ 168 KB
インストール数 77
現在のバージョン 3.6
最終更新日 2020-06-03
公開日 2020-06-02
評価 5.00/5 合計 3 レビュー
開発者 https://thepoke.de
支払い方法 free
拡張機能のウェブサイト https://thepoke.de/x/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokedex Linker",
    "description": "Converts pokemon names to links that open up ThePoke.de\/x\/ with easy access info when you hover over the link.",
    "version": "3.6",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png",
        "512": "icon_512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "popper.min.js",
                "tooltip.min.js",
                "db.js",
                "content.js"
            ]
        }
    ]
}