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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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"
    }
}