Urbansaurus
Urban Definations within Google
Co to jest Urbansaurus?
Urbansaurus to rozszerzenie Chrome opracowane przez http://jajoosam.tech, a jego główną funkcją jest „Urban Definations within Google”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Urbansaurus
Pobierz pliki rozszerzeń Urbansaurus 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
Urbansaurus adds an urban dictionary widget to google search pages. If you haven't heard of Urban Dictionary, it's a collection of definitions created by users, that describe lots of modern word implications. Github: https://github.com/jajoosam/urbansaurus
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | nlfndljabdnkdgdmpfecdpcjoknnbjnd |
Oficjalny URL | https://chrome.google.com/webstore/detail/urbansaurus/nlfndljabdnkdgdmpfecdpcjoknnbjnd |
Opis | Urban Definations within Google |
Rozmiar pliku | 88.38 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2019-07-27 |
Data Publikacji | 2019-07-27 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://jajoosam.tech |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jajoosam/urbansaurus |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Urbansaurus", "version": "2.0", "description": "Urban Definations within Google", "icons": { "240": "icon.png" }, "content_scripts": [ { "css": [ "material.min.css", "styles.css" ], "js": [ "jquery-3.2.1.min.js", "content.js" ], "matches": [ "https:\/\/www.google.com\/*", "https:\/\/www.google.co.in\/*" ] } ] } |