Urbansaurus
Urban Definations within Google
Wat is Urbansaurus?
Urbansaurus is een Chrome-extensie ontwikkeld door http://jajoosam.tech, en de belangrijkste functie is "Urban Definations within Google".
Extensie Screenshots
Download het CRX-bestand van de extensie Urbansaurus
Download Urbansaurus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ![]() |
ID | nlfndljabdnkdgdmpfecdpcjoknnbjnd |
Officiële URL | https://chrome.google.com/webstore/detail/urbansaurus/nlfndljabdnkdgdmpfecdpcjoknnbjnd |
Beschrijving | Urban Definations within Google |
Bestandsgrootte | 88.38 KB |
Aantal Installaties | 12 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-07-27 |
Publicatiedatum | 2019-07-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://jajoosam.tech |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jajoosam/urbansaurus |
Ondersteunde Talen | 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\/*" ] } ] } |