Urban Dictionary Random Word
See a random word from Urban Dictionary when you open a new tab.
Hvad er Urban Dictionary Random Word?
Urban Dictionary Random Word er en Chrome-udvidelse udviklet af itsabhinaya, og dens hovedfunktion er "See a random word from Urban Dictionary when you open a new tab.".
Udvidelsesskærmbilleder
Download Urban Dictionary Random Word-udvidelses-CRX-fil
Download Urban Dictionary Random Word-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Learn what cool kids are saying these days whenever you open a new tab. If you don't want NSFW words to show up on screen, add them to the list in settings. This is an unofficial extension.
Grundlæggende oplysninger om udvidelsen
Navn | Urban Dictionary Random Word |
ID | nbjfdhobjinlogklfgioniediccgggbf |
Officiel URL | https://chromewebstore.google.com/detail/urban-dictionary-random-w/nbjfdhobjinlogklfgioniediccgggbf |
Beskrivelse | See a random word from Urban Dictionary when you open a new tab. |
Filstørrelse | 313 KB |
Antal Installationer | 35 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2018-12-18 |
Udgivelsesdato | 2018-12-17 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | itsabhinaya |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Urban Dictionary Random Word", "short_name": "Random Word", "version": "0.0.3", "manifest_version": 2, "description": "See a random word from Urban Dictionary when you open a new tab.", "author": "Abhinaya Konduru", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icon48.png", "default_title": "Urban Dictionary" } } |