Urban Dictionary Instant Word Lookup

Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.

什麼是Urban Dictionary Instant Word Lookup?

Urban Dictionary Instant Word Lookup是由Alireza Ghasemi開發的Chrome擴展程式,該擴展的主要功能是“Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.”。

擴展截圖

screenshot

下載Urban Dictionary Instant Word Lookup擴展crx文件

下載Urban Dictionary Instant Word Lookup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Urban Dictionary Instant Word Lookup Urban Dictionary Instant Word Lookup
ID iphhinkkgcndibcnabdcfcianhebblmb
官方網址 https://chromewebstore.google.com/detail/urban-dictionary-instant/iphhinkkgcndibcnabdcfcianhebblmb
簡介 Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.
檔案大小 160 KB
安裝次數 825
目前版本 0.0.9
更新時間 2015-02-09
上架時間 2015-02-09
評分 3.70/5 共 10 次評分
開發者 Alireza Ghasemi
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Urban Dictionary Instant Word Lookup",
    "description": "Lookup the selected word\/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.",
    "version": "0.0.9",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-2.0.2.min.js",
            "js\/jquery.webui-popover.js",
            "js\/jquery.mobile-1.4.5.min.js",
            "js\/jquery.qtip-1.0.0-rc3.min.js",
            "js\/background.js",
            "js\/gcookie.js"
        ]
    },
    "manifest_version": 2,
    "short_name": "UrbanDictionary Lookup",
    "icons": {
        "16": "img\/lookup128.png",
        "128": "img\/lookup128.png"
    },
    "browser_action": {
        "default_icon": "img\/lookup128.png",
        "default_title": "Lookup in Urban Dictionary",
        "default_popup": "popup.html"
    }
}