Alphabet to Google

Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.

Co je Alphabet to Google?

Alphabet to Google je rozšíření Chrome vyvinuté Chris Kirk, a jeho hlavní funkcí je „Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Alphabet to Google

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

                        Changes all instances of "Alphabet" to "Google."                    

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

Název Alphabet to Google Alphabet to Google
ID ckhniebcpmpidgkojnmkokkchpemnbkm
Oficiální URL https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm
Popis Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
Velikost souboru 13.58 KB
Počet instalací 19
Aktuální Verze 1.1
Poslední Aktualizace 2015-08-18
Datum Vydání 2015-08-18
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář Chris Kirk
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Chris Kirk",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replaces the text \"Alphabet\" with \"Google.\" Brought to you by Slate.com.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Alphabet to Google",
    "short_name": "Alpha2Google",
    "version": "1.1"
}