Business to Burrito

A Chrome extension which replaces the word 'business' with 'burrito'.

Co je Business to Burrito?

Business to Burrito je rozšíření Chrome vyvinuté kerrizor, a jeho hlavní funkcí je „A Chrome extension which replaces the word 'business' with 'burrito'.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Business to Burrito

Stáhněte si soubory rozšíření Business to Burrito 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í

                        http://github.com/kerrizor/business_to_burrito                    

Základní Informace o Rozšíření

Název Business to Burrito Business to Burrito
ID mklnohaomoachkljliheemednbedbaog
Oficiální URL https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog
Popis A Chrome extension which replaces the word 'business' with 'burrito'.
Velikost souboru 226 KB
Počet instalací 27
Aktuální Verze 0.4
Poslední Aktualizace 2017-01-03
Datum Vydání 2017-01-03
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář kerrizor
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Business to Burrito",
    "description": "A Chrome extension which replaces the word 'business' with 'burrito'.",
    "version": "0.4",
    "author": "Kerri Miller",
    "homepage_url": "http:\/\/github.com\/kerrizor\/business_to_burrito",
    "short_name": "Business to Burrito",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}