Qwik Me Up

Your daily pick me up while searching the web

什麼是Qwik Me Up?

Qwik Me Up是由https://mosaicdigital.net開發的Chrome擴展程式,該擴展的主要功能是“Your daily pick me up while searching the web”。

擴展截圖

screenshot
screenshot

下載Qwik Me Up擴展crx文件

下載Qwik Me Up擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Qwik Me Up Qwik Me Up
ID lfdnmpogofihlpiagofpmmpbjmdanabp
官方網址 https://chromewebstore.google.com/detail/qwik-me-up/lfdnmpogofihlpiagofpmmpbjmdanabp
簡介 Your daily pick me up while searching the web
檔案大小 2.08 MB
安裝次數 11,275
目前版本 1.0.5
更新時間 2023-01-06
上架時間 2021-09-22
評分 4.00/5 共 3 次評分
開發者 https://mosaicdigital.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mosaicdigital.net/
隱私政策頁面URL https://mosaicdigital.net/privacy-policy
支援的語言 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"
    ]
}