Alphabet to Google

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

Was ist Alphabet to Google?

Alphabet to Google ist eine Chrome-Erweiterung, die von Chris Kirk entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.".

Erweiterungsscreenshots

screenshot

Alphabet to Google-Erweiterungs-CRX-Datei herunterladen

Laden Sie Alphabet to Google-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Alphabet to Google Alphabet to Google
ID ckhniebcpmpidgkojnmkokkchpemnbkm
Offizielle URL https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm
Beschreibung Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
Dateigröße 13.58 KB
Installationsanzahl 19
Aktuelle Version 1.1
Letztes Update 2015-08-18
Veröffentlichungsdatum 2015-08-18
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Chris Kirk
Zahlungsart free
Unterstützte Sprachen 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"
}