Hack to Stack

Turns all instances of 'hack' into 'stack' in Chrome.

Co to jest Hack to Stack?

Hack to Stack to rozszerzenie Chrome opracowane przez elvinyung1, a jego główną funkcją jest „Turns all instances of 'hack' into 'stack' in Chrome.”.

Pobierz plik CRX rozszerzenia Hack to Stack

Pobierz pliki rozszerzeń Hack to Stack 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

                        Turns all instances of 'hack' into 'stack' in Chrome.

You asked for this.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hack to Stack Hack to Stack
ID akigalajcdgbiphkpdpfoiikdhbhfend
Oficjalny URL https://chrome.google.com/webstore/detail/hack-to-stack/akigalajcdgbiphkpdpfoiikdhbhfend
Opis Turns all instances of 'hack' into 'stack' in Chrome.
Rozmiar pliku 3.4 KB
Liczba instalacji 36
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-09-22
Data Publikacji 2014-09-22
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper elvinyung1
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack to Stack",
    "version": "0.1",
    "description": "Turns all instances of 'hack' into 'stack' in Chrome.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}