Search It!

Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.

ما هو Search It!؟

Search It! هو إضافة Chrome تم تطويرها بواسطة https://upway2late.com، والميزة الرئيسية لها هي "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".

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

screenshot
screenshot

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

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

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

                        This extension is for easily initiating new Google searches.

The search term box supports Google auto suggest.

Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later.

Type options are Web/Image/Video/Maps/News/Shopping.

Results can be sent to the current tab, a new tab, or a new window.

Searches are (optionally) stored for future re-use.

All stored search and domain information can be easily deleted.                    

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

الاسم Search It! Search It!
ID bojojkkfhcebglmfbmaplhfkjfhaefaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj
الوصف Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
حجم الملف 42.08 KB
عدد التثبيتات 226
النسخة الحالية 1.0.0.0
آخر تحديث 2016-09-22
تاريخ النشر 2016-09-22
تقييم 5.00/5 مجموع تقييمات 5
المطور https://upway2late.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.upway2late.com/projects/chrome-google-search-extension
عنوان صفحة المساعدة http://www.upway2late.com/projects/chrome-google-search-extension
عنوان صفحة سياسة الخصوصية http://www.upway2late.com
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search It!",
    "version": "1.0.0.0",
    "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.",
    "icons": {
        "16": "world_16.png",
        "48": "world_48.png",
        "128": "world_128.png"
    },
    "browser_action": {
        "default_icon": "world_19.png",
        "default_title": "Search It!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}