Qwik Me Up

Your daily pick me up while searching the web

O que é Qwik Me Up?

Qwik Me Up é uma extensão do Chrome desenvolvida por https://mosaicdigital.net, e sua principal característica é "Your daily pick me up while searching the web".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Qwik Me Up

Baixe arquivos de extensão Qwik Me Up no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Qwik Me Up Qwik Me Up
ID lfdnmpogofihlpiagofpmmpbjmdanabp
URL Oficial https://chromewebstore.google.com/detail/qwik-me-up/lfdnmpogofihlpiagofpmmpbjmdanabp
Descrição Your daily pick me up while searching the web
Tamanho do Arquivo 2.08 MB
Contagem de Instalações 11,275
Versão Atual 1.0.5
Última Atualização 2023-01-06
Data de Publicação 2021-09-22
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor https://mosaicdigital.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mosaicdigital.net/
URL da Página de Política de Privacidade https://mosaicdigital.net/privacy-policy
Idiomas Suportados 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"
    ]
}