Site Search Tool

A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…

ما هو Site Search Tool؟

Site Search Tool هو إضافة Chrome تم تطويرها بواسطة http://matthewshields.co.uk، والميزة الرئيسية لها هي "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…".

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

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

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

                        A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier.

Introduced nofollow link styling.                    

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

الاسم Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
الوصف A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
حجم الملف 53.22 KB
عدد التثبيتات 769
النسخة الحالية 1.3
آخر تحديث 2015-12-16
تاريخ النشر 2015-12-16
تقييم 3.00/5 مجموع تقييمات 1
المطور http://matthewshields.co.uk
نوع الدفع free
موقع الإضافة http://matthewshields.co.uk
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Search Tool",
    "options_page": "options.html",
    "short_name": "Site Search Tool",
    "manifest_version": 2,
    "version": "1.3",
    "background": {
        "scripts": [
            "jquery.js",
            "content_scripts.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "logo.png"
    ]
}