Easy Search

Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.

ما هو Easy Search؟

Easy Search هو إضافة Chrome تم تطويرها بواسطة woogyboogy73، والميزة الرئيسية لها هي "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.".

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

screenshot

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

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

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

                        This nifty extensions helps you quicky search on the Google search engine the current highlighted text. Simply press the key combination (Ctrl+Shift+S) to search the selected text on Google.                    

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

الاسم Easy Search Easy Search
ID fcdpihjpncikmjengigheocmceffcgoo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo
الوصف Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
حجم الملف 11.3 KB
عدد التثبيتات 6,000
النسخة الحالية 0.1
آخر تحديث 2014-01-02
تاريخ النشر 2014-01-02
تقييم 1.75/5 مجموع تقييمات 4
المطور woogyboogy73
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Search",
    "description": "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "google-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Google search selected text"
        }
    }
}