Site Search Tool

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

Apa itu Site Search Tool?

Site Search Tool adalah ekstensi Chrome yang dikembangkan oleh http://matthewshields.co.uk, dan fitur utamanya adalah "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…".

Unduh Berkas CRX Ekstensi Site Search Tool

Unduh file ekstensi Site Search Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Introduced nofollow link styling.                    

Informasi Dasar Ekstensi

Nama Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
URL Resmi https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
Deskripsi A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
Ukuran File 53.22 KB
Jumlah Instalasi 769
Versi Saat Ini 1.3
Terakhir Diperbarui 2015-12-16
Tanggal Publikasi 2015-12-16
Penilaian 3.00/5 Total 1 Penilaian
Pengembang http://matthewshields.co.uk
Tipe Pembayaran free
Situs Ekstensi http://matthewshields.co.uk
Bahasa yang Didukung 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"
    ]
}