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

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

확장 프로그램 사용 설명서

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