Instant Search

Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.

ما هو Instant Search؟

Instant Search هو إضافة Chrome تم تطويرها بواسطة amilagm، والميزة الرئيسية لها هي "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.".

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

screenshot
screenshot

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

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

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

                        This extension lets you run an instant google search from the current page you are viewing.

Just highlight the text that you want to search and click the search icon shown next to the highlighted text. 
Then A popup window will appear with the google search results. 

Your comments are always welcome.                    

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

الاسم Instant Search Instant Search
ID ldelfnbfmfpamgcanbnoonnblifbjihh
عنوان URL الرسمي https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh
الوصف Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
حجم الملف 19 KB
عدد التثبيتات 434
النسخة الحالية 1.0.1.2
آخر تحديث 2013-11-23
تاريخ النشر 2013-11-23
تقييم 5.00/5 مجموع تقييمات 9
المطور amilagm
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Search",
    "version": "1.0.1.2",
    "description": "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "searchup.css"
            ],
            "js": [
                "searchup.js"
            ]
        }
    ]
}