Everything to Pokémon

Replaces every word with a Pokémon

Wat is Everything to Pokémon?

Everything to Pokémon is een Chrome-extensie ontwikkeld door lukey_q, en de belangrijkste functie is "Replaces every word with a Pokémon".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Everything to Pokémon

Download Everything to Pokémon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Everything to Pokémon Everything to Pokémon
ID badgmddlemdcnjffifhmamanjibggghe
Officiële URL https://chromewebstore.google.com/detail/everything-to-pok%C3%A9mon/badgmddlemdcnjffifhmamanjibggghe
Beschrijving Replaces every word with a Pokémon
Bestandsgrootte 67.91 KB
Aantal Installaties 138
Huidige Versie 0.1
Laatst Bijgewerkt 2014-12-18
Publicatiedatum 2014-12-17
Beoordeling 3.85/5 Totaal 13 Beoordelingen
Ontwikkelaar lukey_q
Betalingswijze free
Extensiewebsite https://github.com/lilkraftwerk/everything-to-pokemon
Ondersteunde Talen 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"
        }
    ]
}