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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}