SwiftSearch

SwiftSearch - Search the web swiftly from your browser

Apa itu SwiftSearch?

SwiftSearch adalah ekstensi Chrome yang dikembangkan oleh https://swiftsearch.live, dan fitur utamanya adalah "SwiftSearch - Search the web swiftly from your browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SwiftSearch

Unduh file ekstensi SwiftSearch 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

                        SwiftSearch - Light and minimal new tab / omnibar that allows you to search swiftly  by text or by voice and navigate easily to your favorite, recently visited sites.

For more information please visit: https://www.swiftsearch.live
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the SwiftSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.swiftsearch.live/web/terms_of_use and privacy policy at https://www.swiftsearch.live/web/privacy_policy.

The extension will update your new-tab search and will change your search engine to be powered by Bing.                    

Informasi Dasar Ekstensi

Nama SwiftSearch SwiftSearch
ID jhjnpfmmdicimpofgmpehpgphlhamano
URL Resmi https://chromewebstore.google.com/detail/swiftsearch/jhjnpfmmdicimpofgmpehpgphlhamano
Deskripsi SwiftSearch - Search the web swiftly from your browser
Ukuran File 560 KB
Jumlah Instalasi 12,623
Versi Saat Ini 2
Terakhir Diperbarui 2022-09-08
Tanggal Publikasi 2021-01-19
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://swiftsearch.live
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.swiftsearch.live
URL Halaman Kebijakan Privasi https://www.swiftsearch.live/web/privacy_policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SwiftSearch",
    "version": "2",
    "manifest_version": 3,
    "description": "SwiftSearch - Search the web swiftly from your browser",
    "homepage_url": "https:\/\/www.swiftsearch.live",
    "omnibox": {
        "keyword": "sw"
    },
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": "background\/runtime.js"
    },
    "chrome_url_overrides": {
        "newtab": "static\/html\/override.html"
    },
    "permissions": [
        "topSites",
        "storage"
    ],
    "short_name": "swiftsearch"
}