Search It!

Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.

Apa itu Search It!?

Search It! adalah ekstensi Chrome yang dikembangkan oleh https://upway2late.com, dan fitur utamanya adalah "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Search It!

Unduh file ekstensi Search It! 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

                        This extension is for easily initiating new Google searches.

The search term box supports Google auto suggest.

Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later.

Type options are Web/Image/Video/Maps/News/Shopping.

Results can be sent to the current tab, a new tab, or a new window.

Searches are (optionally) stored for future re-use.

All stored search and domain information can be easily deleted.                    

Informasi Dasar Ekstensi

Nama Search It! Search It!
ID bojojkkfhcebglmfbmaplhfkjfhaefaj
URL Resmi https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj
Deskripsi Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
Ukuran File 42.08 KB
Jumlah Instalasi 226
Versi Saat Ini 1.0.0.0
Terakhir Diperbarui 2016-09-22
Tanggal Publikasi 2016-09-22
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://upway2late.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.upway2late.com/projects/chrome-google-search-extension
URL Halaman Bantuan http://www.upway2late.com/projects/chrome-google-search-extension
URL Halaman Kebijakan Privasi http://www.upway2late.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search It!",
    "version": "1.0.0.0",
    "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.",
    "icons": {
        "16": "world_16.png",
        "48": "world_48.png",
        "128": "world_128.png"
    },
    "browser_action": {
        "default_icon": "world_19.png",
        "default_title": "Search It!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}