Yoda on the Web

Takes all the text in header tags and replaces them with how Master Yoda would speak it.

Co to jest Yoda on the Web?

Yoda on the Web to rozszerzenie Chrome opracowane przez jon.norstrom, a jego główną funkcją jest „Takes all the text in header tags and replaces them with how Master Yoda would speak it.”.

Pobierz plik CRX rozszerzenia Yoda on the Web

Pobierz pliki rozszerzeń Yoda on the Web 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
Oficjalny URL https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Opis Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Rozmiar pliku 62.01 KB
Liczba instalacji 30
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-09-05
Data Publikacji 2016-09-05
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper jon.norstrom
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yoda on the Web",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-310min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "Yoda16.png",
        "48": "Yoda48.png",
        "128": "Yoda128.png"
    },
    "description": "Takes all the text in header tags and replaces them with how Master Yoda would speak it."
}