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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}