Site Search Tool

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

Wat is Site Search Tool?

Site Search Tool is een Chrome-extensie ontwikkeld door http://matthewshields.co.uk, en de belangrijkste functie is "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…".

Download het CRX-bestand van de extensie Site Search Tool

Download Site Search Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Introduced nofollow link styling.                    

Basisinformatie over de Extensie

Naam Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
Officiële URL https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
Beschrijving A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
Bestandsgrootte 53.22 KB
Aantal Installaties 769
Huidige Versie 1.3
Laatst Bijgewerkt 2015-12-16
Publicatiedatum 2015-12-16
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://matthewshields.co.uk
Betalingswijze free
Extensiewebsite http://matthewshields.co.uk
Ondersteunde Talen 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"
    ]
}