PokeFinder

Wonder what this Pokemon is? We got you.

PokeFinder क्या है?

PokeFinder mdc405 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wonder what this Pokemon is? We got you."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PokeFinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ever read an article or post about Pokemon TCG and wonder exactly what that card did and have to then pop open another tab and search for that card? Not anymore!

With this extension you can click the PokeBall on any page that mentions Pokemon TCG cards and it'll scan through the text and add a PokeBall next to any Pokemon it finds. Hovering over that PokeBall will show you a quick preview of that card right in the article! Couldn't be simpler.

I built this for myself because I was new to the game and was annoyed having to keep searching for cards to figure out exactly what they did as I was reading about decks and strategy - so I built this so I wouldn't have to do that anymore.

Hope this helps others as well!                    

एक्सटेंशन की मूल जानकारी

नाम PokeFinder PokeFinder
ID clfjfpgomipggphbakcdgjlnfkaeefpa
आधिकारिक URL https://chromewebstore.google.com/detail/pokefinder/clfjfpgomipggphbakcdgjlnfkaeefpa
विवरण Wonder what this Pokemon is? We got you.
फ़ाइल का आकार 233 KB
स्थापना संख्या 118
वर्तमान संस्करण 1
अंतिम अपडेट 2018-10-14
प्रकाशन तिथि 2018-10-13
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर mdc405
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PokeFinder",
    "description": "Wonder what this Pokemon is? We got you.",
    "version": "1",
    "author": "Mike Cruz",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Find Pokemon!"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "data\/*.json"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    }
}