Site Search Tool

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

Co to jest Site Search Tool?

Site Search Tool to rozszerzenie Chrome opracowane przez http://matthewshields.co.uk, a jego główną funkcją jest „A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…”.

Pobierz plik CRX rozszerzenia Site Search Tool

Pobierz pliki rozszerzeń Site Search Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Introduced nofollow link styling.                    

Podstawowe informacje o rozszerzeniu

Nazwa Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
Oficjalny URL https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
Opis A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
Rozmiar pliku 53.22 KB
Liczba instalacji 769
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2015-12-16
Data Publikacji 2015-12-16
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper http://matthewshields.co.uk
Typ Płatności free
Strona Rozszerzenia http://matthewshields.co.uk
Obsługiwane Języki 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"
    ]
}