Qwik Me Up

Your daily pick me up while searching the web

Qwik Me Up là gì?

Qwik Me Up là một tiện ích mở rộng Chrome được phát triển bởi https://mosaicdigital.net, và tính năng chính của nó là "Your daily pick me up while searching the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Qwik Me Up

Tải xuống các tệp mở rộng Qwik Me Up dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Qwik Me Up Qwik Me Up
ID lfdnmpogofihlpiagofpmmpbjmdanabp
URL Chính Thức https://chromewebstore.google.com/detail/qwik-me-up/lfdnmpogofihlpiagofpmmpbjmdanabp
Mô tả Your daily pick me up while searching the web
Kích Thước Tệp 2.08 MB
Số Lần Cài Đặt 11,275
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-01-06
Ngày Phát Hành 2021-09-22
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://mosaicdigital.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mosaicdigital.net/
URL Trang Chính Sách Bảo Mật https://mosaicdigital.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}