Highlight to Search

Press Alt+Shift+Y to search for the selected text on Yahoo.

ما هو Highlight to Search؟

Highlight to Search هو إضافة Chrome تم تطويرها بواسطة lironkartz، والميزة الرئيسية لها هي "Press Alt+Shift+Y to search for the selected text on Yahoo.".

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

screenshot

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

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

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

                        This nifty extensions helps you quickly search on the Yahoo search engine the current highlighted text. 

All you need to do is press the Alt+Shift+Y key combination to search the selected text on Yahoo.                    

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

الاسم Highlight to Search Highlight to Search
ID lncokdgmmjicggolpdppfgbjeaikekhn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn
الوصف Press Alt+Shift+Y to search for the selected text on Yahoo.
حجم الملف 8.71 KB
عدد التثبيتات 4,520
النسخة الحالية 0.1
آخر تحديث 2014-01-02
تاريخ النشر 2014-01-02
تقييم 3.00/5 مجموع تقييمات 2
المطور lironkartz
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight to Search",
    "description": "Press Alt+Shift+Y to search for the selected text on Yahoo.",
    "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": {
        "yahoo-search": {
            "suggested_key": {
                "default": "Alt+Shift+Y"
            },
            "description": "Yahoo search selected text"
        }
    }
}