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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alireza Ghasemi และคุณลักษณะหลักของมันคือ "Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Urban Dictionary Instant Word Lookup

ดาวน์โหลดไฟล์ส่วนขยาย Urban Dictionary Instant Word Lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Urban Dictionary Instant Word Lookup Urban Dictionary Instant Word Lookup
ID iphhinkkgcndibcnabdcfcianhebblmb
URL อย่างเป็นทางการ 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"
    }
}