Cyber to Wizard
Replaces the text 'cyber' with 'wizard'.
Co to jest Cyber to Wizard?
Cyber to Wizard to rozszerzenie Chrome opracowane przez Will Oberndorfer, a jego główną funkcją jest „Replaces the text 'cyber' with 'wizard'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cyber to Wizard
Pobierz pliki rozszerzeń Cyber to Wizard 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
Replaces 'cyber' with 'wizard'. They're the same thing, right?
Podstawowe informacje o rozszerzeniu
Nazwa | Cyber to Wizard |
ID | ijefilfadoeifnioiaajdiioacmdebel |
Oficjalny URL | https://chromewebstore.google.com/detail/cyber-to-wizard/ijefilfadoeifnioiaajdiioacmdebel |
Opis | Replaces the text 'cyber' with 'wizard'. |
Rozmiar pliku | 3.36 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-05-26 |
Data Publikacji | 2015-05-25 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | Will Oberndorfer |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mancxvi/cyber-to-wizard |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cyber to Wizard", "version": "1.0", "description": "Replaces the text 'cyber' with 'wizard'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |