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
Eメール [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"
    ]
}