Right Click Search

With this extension, you can right click on a keyword to search for it on the web.

ما هو Right Click Search؟

Right Click Search هو إضافة Chrome تم تطويرها بواسطة Useful Extensions، والميزة الرئيسية لها هي "With this extension, you can right click on a keyword to search for it on the web.".

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

screenshot

تحميل ملف CRX للإضافة Right Click Search

قم بتنزيل ملفات الامتداد Right Click Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Right Click Search is a Chrome Extension.

This extension enables you to right click on a word while browsing the web and to search for the word that you right click on. 
 
This extension is free to download from the Chrome Web store.

By clicking "Add to Chrome", you accept and agree to install "Right Click Search" and set your New Tab search to www.yahoo.com as provided by the service under Terms of Use and Privacy Policy.

Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time.

Terms of Service:
http://unico.news/terms.pdf

Privacy Policy:
http://unico.news/privacypolicy.pdf

Contact Us:
http://unico.news/#contactus                    

معلومات أساسية عن التمديد

الاسم Right Click Search Right Click Search
ID fblpohokoofnfbggdpfgbcalhnhmbhpl
عنوان URL الرسمي https://chromewebstore.google.com/detail/right-click-search/fblpohokoofnfbggdpfgbcalhnhmbhpl
الوصف With this extension, you can right click on a keyword to search for it on the web.
حجم الملف 56.15 KB
عدد التثبيتات 224
النسخة الحالية 1.0.0
آخر تحديث 2021-01-29
تاريخ النشر 2021-01-28
المطور Useful Extensions
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://unico.news/privacypolicy.pdf
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Click Search",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "With this extension, you can right click on a keyword to search for it on the web.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "search.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}