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.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |  | 
| ID | golbngjhpfdobdopaebpdofbmhghfkpm | 
| 官方網址 | 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"
    }
} | |