Qwik Me Up

Your daily pick me up while searching the web

Apa itu Qwik Me Up?

Qwik Me Up adalah ekstensi Chrome yang dikembangkan oleh https://mosaicdigital.net, dan fitur utamanya adalah "Your daily pick me up while searching the web".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Qwik Me Up

Unduh file ekstensi Qwik Me Up 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

                        Qwik Me Up gives you the lift you need when searching online, by displaying inspirational quotes when opening up a new tab in your browser.

By clicking ‘Add to Chrome’ and installing this desktop extension, you are accepting and agreeing to install the Qwik Me Up Chrome extension, and understand that your browser new tab will be replaced to that provided by the service with Microsoft Bing search results, and the Privacy and Terms of Use of the extension.

Privacy Policy: https://mosaicdigital.net/privacy-policy/
Terms of Use: https://mosaicdigital.net/terms-conditions/                    

Informasi Dasar Ekstensi

Nama Qwik Me Up Qwik Me Up
ID lfdnmpogofihlpiagofpmmpbjmdanabp
URL Resmi https://chromewebstore.google.com/detail/qwik-me-up/lfdnmpogofihlpiagofpmmpbjmdanabp
Deskripsi Your daily pick me up while searching the web
Ukuran File 2.08 MB
Jumlah Instalasi 11,275
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2023-01-06
Tanggal Publikasi 2021-09-22
Penilaian 4.00/5 Total 3 Penilaian
Pengembang https://mosaicdigital.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mosaicdigital.net/
URL Halaman Kebijakan Privasi https://mosaicdigital.net/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Qwik Me Up",
    "short_name": "Qwik Me Up",
    "version": "1.0.5",
    "description": "Your daily pick me up while searching the web",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "Qwik Me Up"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "host_permissions": [
        "*:\/\/*.qwikmeup.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": [
        "storage"
    ]
}