Urban Dictionary Now
Allows a user to easily search Urban Dictionary with one click.
O que é Urban Dictionary Now?
Urban Dictionary Now é uma extensão do Chrome desenvolvida por Matt Levine, e sua principal característica é "Allows a user to easily search Urban Dictionary with one click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Urban Dictionary Now
Baixe arquivos de extensão Urban Dictionary Now no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This Chrome extension uses the contextMenus API to make searching Urban Dictionary as easy as one click. To use highlight a word or phrase you would like to search for and right click to open the chrome context menu. Select the "Search Urban Dictionary for 'foobar'" option in the menu. A new tab will open with the search results.
Informações Básicas da Extensão
Nome | Urban Dictionary Now |
ID | golbngjhpfdobdopaebpdofbmhghfkpm |
URL Oficial | https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm |
Descrição | Allows a user to easily search Urban Dictionary with one click. |
Tamanho do Arquivo | 102 KB |
Contagem de Instalações | 977 |
Versão Atual | 0.2.2 |
Última Atualização | 2023-08-28 |
Data de Publicação | 2015-01-26 |
Classificação | 4.64/5 Total de 11 Avaliações |
Desenvolvedor | Matt Levine |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://github.mtlevine0.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Urban Dictionary Now", "version": "0.2.2", "description": "Allows a user to easily search Urban Dictionary with one click.", "icons": { "128": "icon128.png" }, "author": "Matt Levine", "offline_enabled": false, "minimum_chrome_version": "88", "permissions": [ "contextMenus" ], "background": { "service_worker": "bundle.js", "type": "module" }, "action": { "default_icon": { "128": "icon128.png" }, "default_title": "Urban Dictionary Now" } } |