Everything to Pokémon

Replaces every word with a Pokémon

Everything to Pokémon क्या है?

Everything to Pokémon lukey_q द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces every word with a Pokémon"।

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

screenshot

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

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

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

                        Changes every word to the name of a Pokémon.                    

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

नाम Everything to Pokémon Everything to Pokémon
ID badgmddlemdcnjffifhmamanjibggghe
आधिकारिक URL https://chromewebstore.google.com/detail/everything-to-pok%C3%A9mon/badgmddlemdcnjffifhmamanjibggghe
विवरण Replaces every word with a Pokémon
फ़ाइल का आकार 67.91 KB
स्थापना संख्या 138
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-12-18
प्रकाशन तिथि 2014-12-17
रेटिंग 3.85/5 कुल 13 रेटिंग्स
डेवलपर lukey_q
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lilkraftwerk/everything-to-pokemon
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Everything to Pok\u00e9mon",
    "version": "0.1",
    "description": "Replaces every word with a Pok\u00e9mon",
    "browser_action": {
        "default_icon": {
            "19": "img\/bulbasmall.png",
            "38": "img\/bulbabig.png"
        },
        "default_title": "Everything To Pok\u00e9mon"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "events.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}