Urban Dictionary Now

Allows a user to easily search Urban Dictionary with one click.

ما هو Urban Dictionary Now؟

Urban Dictionary Now هو إضافة Chrome تم تطويرها بواسطة Matt Levine، والميزة الرئيسية لها هي "Allows a user to easily search Urban Dictionary with one click.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Urban Dictionary Now

قم بتنزيل ملفات الامتداد Urban Dictionary Now بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}