Pokedex Linker

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

Qu'est-ce que Pokedex Linker ?

Pokedex Linker est une extension Chrome développée par https://thepoke.de, et sa fonction principale est "Converts pokemon names to links that open up ThePoke.de/x/ with easy access info when you hover over the link.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pokedex Linker

Téléchargez les fichiers d'extension Pokedex Linker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Pokedex Linker Pokedex Linker
ID cafmpknaihmoehhoehfcfpnjdmcpffee
URL Officiel https://chromewebstore.google.com/detail/pokedex-linker/cafmpknaihmoehhoehfcfpnjdmcpffee
Description Converts pokemon names to links that open up ThePoke.de/x/ with easy access info when you hover over the link.
Taille du Fichier 168 KB
Nombre d'Installations 77
Version Actuelle 3.6
Dernière Mise à Jour 2020-06-03
Date de Publication 2020-06-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://thepoke.de
Type de Paiement free
Site Web de l'Extension https://thepoke.de/x/
Langues Prises en Charge 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"
            ]
        }
    ]
}