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
官方URL 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"
    ]
}