Simple Context Search

Right click on the selected text and select the search website from the context menu.

ما هو Simple Context Search؟

Simple Context Search هو إضافة Chrome تم تطويرها بواسطة Magic Dev، والميزة الرئيسية لها هي "Right click on the selected text and select the search website from the context menu.".

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

screenshot

تحميل ملف CRX للإضافة Simple Context Search

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

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

                        💎 Simple Context Search - This is a good assistant in the search on various services such as:
◾ YouTube
◾ Spotify
◾ Reddit
◾ Amazon
◾ SoundCloud
◾ Steam Market
◾ Aliexpress
---------------------------------------------------------------
Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉                    

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

الاسم Simple Context Search Simple Context Search
ID jojcgnmagkjleomenibopkhfpkkbpjcg
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg
الوصف Right click on the selected text and select the search website from the context menu.
حجم الملف 10.85 KB
عدد التثبيتات 18
النسخة الحالية 0.0.1
آخر تحديث 2021-08-31
تاريخ النشر 2021-08-31
المطور Magic Dev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Context Search",
    "description": "Right click on the selected text and select the search website from the context menu.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}