Hightlight to Search Faster

Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…

ما هو Hightlight to Search Faster؟

Hightlight to Search Faster هو إضافة Chrome تم تطويرها بواسطة MI، والميزة الرئيسية لها هي "Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…".

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

screenshot

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

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

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

                        Quicker and simpler than the Google's official extension!
Select a word then click a button to open a results page on Google.
Any word you highlight with your mouse cursor on any webpage will bring up a search magnifying glass icon below it. Clicking on that will open the results page on Google in a new Chrome tab.                    

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

الاسم Hightlight to Search Faster Hightlight to Search Faster
ID llpnnfnkbcghmlmfmkjkkklfjofdbkfh
عنوان URL الرسمي https://chromewebstore.google.com/detail/hightlight-to-search-fast/llpnnfnkbcghmlmfmkjkkklfjofdbkfh
الوصف Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…
حجم الملف 10.63 KB
عدد التثبيتات 221
النسخة الحالية 0.0.2
آخر تحديث 2014-10-29
تاريخ النشر 2014-10-29
تقييم 5.00/5 مجموع تقييمات 1
المطور MI
نوع الدفع free
موقع الإضافة http://blendedway.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hightlight to Search Faster",
    "version": "0.0.2",
    "icons": {
        "38": "images\/icon38.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": "Faster Highlight to Search",
        "default_icon": "images\/icon38.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}