Urban Dictionary Now

Allows a user to easily search Urban Dictionary with one click.

什么是Urban Dictionary Now?

Urban Dictionary Now是由Matt Levine开发的Chrome扩展程序,该扩展的主要功能是“Allows a user to easily search Urban Dictionary with one click.”。

扩展截图

screenshot

下载Urban Dictionary Now扩展crx文件

下载Urban Dictionary Now扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Urban Dictionary Now Urban Dictionary Now
ID golbngjhpfdobdopaebpdofbmhghfkpm
官方URL https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm
简介 Allows a user to easily search Urban Dictionary with one click.
文件大小 102 KB
安装次数 977
当前版本 0.2.2
更新时间 2023-08-28
上架时间 2015-01-26
评分 4.64/5 共11次评分
开发者 Matt Levine
电子邮箱 [email protected]
付费类型 free
扩展官网 http://github.mtlevine0.com
支持的语言 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"
    }
}