Alphabet to Google

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

Co to jest Alphabet to Google?

Alphabet to Google to rozszerzenie Chrome opracowane przez Chris Kirk, a jego główną funkcją jest „Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Alphabet to Google

Pobierz pliki rozszerzeń Alphabet to Google w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Alphabet to Google Alphabet to Google
ID ckhniebcpmpidgkojnmkokkchpemnbkm
Oficjalny URL https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm
Opis Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
Rozmiar pliku 13.58 KB
Liczba instalacji 19
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-08-18
Data Publikacji 2015-08-18
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper Chris Kirk
Typ Płatności free
Obsługiwane Języki 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"
}