Replace Linux with GNU/Linux

Put Richard in your web browser.

Co to jest Replace Linux with GNU/Linux?

Replace Linux with GNU/Linux to rozszerzenie Chrome opracowane przez Angristan, a jego główną funkcją jest „Put Richard in your web browser.”.

Pobierz plik CRX rozszerzenia Replace Linux with GNU/Linux

Pobierz pliki rozszerzeń Replace Linux with GNU/Linux 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

                        A Chrome extension that replaces "Linux" with "GNU/Linux" on the web.                    

Podstawowe informacje o rozszerzeniu

Nazwa Replace Linux with GNU/Linux Replace Linux with GNU/Linux
ID hfpdfpigmhmbamkdacjkimgoipdmhlgm
Oficjalny URL https://chrome.google.com/webstore/detail/replace-linux-with-gnulin/hfpdfpigmhmbamkdacjkimgoipdmhlgm
Opis Put Richard in your web browser.
Rozmiar pliku 4.35 KB
Liczba instalacji 27
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-03-04
Data Publikacji 2018-03-04
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Angristan
Typ Płatności free
Strona Rozszerzenia https://github.com/Angristan/GNU-Linux
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Linux with GNU\/Linux",
    "description": "Put Richard in your web browser.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}