Pokedex Linker
Converts pokemon names to links that open up ThePoke.de/x/ with easy access info when you hover over the link.
Co je Pokedex Linker?
Pokedex Linker je rozšíření Chrome vyvinuté https://thepoke.de, a jeho hlavní funkcí je „Converts pokemon names to links that open up ThePoke.de/x/ with easy access info when you hover over the link.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pokedex Linker
Stáhněte si soubory rozšíření Pokedex Linker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | |
ID | cafmpknaihmoehhoehfcfpnjdmcpffee |
Oficiální URL | https://chromewebstore.google.com/detail/pokedex-linker/cafmpknaihmoehhoehfcfpnjdmcpffee |
Popis | Converts pokemon names to links that open up ThePoke.de/x/ with easy access info when you hover over the link. |
Velikost souboru | 168 KB |
Počet instalací | 77 |
Aktuální Verze | 3.6 |
Poslední Aktualizace | 2020-06-03 |
Datum Vydání | 2020-06-02 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://thepoke.de |
Typ Platby | free |
Webové stránky Rozšíření | https://thepoke.de/x/ |
Podporované Jazyky | 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" ] } ] } |