Qwik Me Up
Your daily pick me up while searching the web
What is Qwik Me Up?
Qwik Me Up is a Chrome extension developed by https://mosaicdigital.net, and its main feature is "Your daily pick me up while searching the web".
Extension Screenshots
Download Qwik Me Up Extension CRX File
Download Qwik Me Up extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Qwik Me Up |
ID | lfdnmpogofihlpiagofpmmpbjmdanabp |
Official URL | https://chromewebstore.google.com/detail/qwik-me-up/lfdnmpogofihlpiagofpmmpbjmdanabp |
Description | Your daily pick me up while searching the web |
File Size | 2.08 MB |
Installation Count | 11,275 |
Current Version | 1.0.5 |
Last Updated | 2023-01-06 |
Publish Date | 2021-09-22 |
Rating | 4.00/5 Total 3 Ratings |
Developer | https://mosaicdigital.net |
[email protected] | |
Payment Type | free |
Extension Website | https://mosaicdigital.net/ |
Privacy Policy Page URL | https://mosaicdigital.net/privacy-policy |
Supported Languages | 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" ] } |