Extra Search

ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…

Apa itu Extra Search?

Extra Search adalah ekstensi Chrome yang dikembangkan oleh millsjessica283, dan fitur utamanya adalah "ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Extra Search

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

                        ExtraSearch - Search the web swiftly from your browser.

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

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

For more information please visit: https://www.extra-searches.com/
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the ExtraSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.extra-searches.com/pages/terms_of_use
and privacy policy at https://www.extra-searches.com/pages/privacy_policy.                    

Informasi Dasar Ekstensi

Nama Extra Search Extra Search
ID jhmfhcbcpidjfgpbcgapdjendolhnndb
URL Resmi https://chrome.google.com/webstore/detail/extra-search/jhmfhcbcpidjfgpbcgapdjendolhnndb
Deskripsi ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…
Ukuran File 757 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0.0.12
Terakhir Diperbarui 2022-07-13
Tanggal Publikasi 2022-06-16
Penilaian 1.00/5 Total 1 Penilaian
Pengembang millsjessica283
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.extra-searches.com/
URL Halaman Bantuan https://www.extra-searches.com/pages/contact_us
URL Halaman Kebijakan Privasi https://www.extra-searches.com/pages/privacy_policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extra Search",
    "version": "1.0.0.12",
    "manifest_version": 3,
    "description": "",
    "homepage_url": "https:\/\/www.extra-searches.com",
    "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",
        "96": "img\/96.png",
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "static\/html\/override.html"
    },
    "permissions": [
        "topSites",
        "storage",
        "alarms"
    ],
    "short_name": "extrasearch"
}