Emerge

Brighten up your new tab page with a modern, beautiful and inspiration experience

What is Emerge?

Emerge is a Chrome extension developed by https://emergeextension.com, and its main feature is "Brighten up your new tab page with a modern, beautiful and inspiration experience".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Emerge Extension CRX File

Download Emerge 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

                        Transform your New Tab page into a focused, productive, and inspiring personalized all-in-one-page dashboard. Enhance your background with images from our gallery or upload your favorite ones from your camera.

Choose your favorite background theme, set your daily priority, inspire by a motivation quote, keeping your weather up-to-date and sync up with international friends and family.

By clicking ‘ADD TO CHROME’, you accept and agree to installing the Emerge extension and setting Chrome™ New Tab Search to that provided by the service with web search by Microsoft Bing, and the Terms of Use (https://www.emergeextension.com/terms-of-use/) and Privacy Policy (https://www.emergeextension.com/privacy-policy/)

Key Features:
* Set themes to create the ambiance that suits your mood
* Upload images to personalize background or / and let Emerge pick it for you
* Effortlessly categorize your photos with theme assignments
* Change inspiring background image
* Choose preferred background category
* Set your Priority for the day for gentle reminder
* Quotes for your mood
* Hourly forecast of local Weather
* World clock to know current time of other geo-locations
* Customize your Dashboard in new tab

Note: For the best experience, after installing Emerge click the ‘Keep it’ button on the ‘Change back to Google’ notification. This will show Emerge on each new tab as intended.


➤  Themes:
Choose a theme for background images to suit your mood.
Choose between your personal photos and Emerge’s enormous collection of photos or a combination of both as background images.
➤  My Photos:
Upload images to personalize background. Enhance your experience with your own inspiration photos and category them as you like.
➤  Background:
Emerge offers the ability to change the background image, a stylized option right in the new tab. Change background images with few clicks from the new tab. Emerge also offers true-to-life themes of background images.
➤  World clock:
Add up to 3 world time to sync with friends and family with different time zone.
➤  Weather:
Hour by hour weather updates and local hourly weather forecasts including, temperature, chance of precipitation, RealFeel, dew point, humidity, UV index and wind. Everything you need to be ready to step out.
➤  Priority of the Day:
Set your focus for the day and check off after Accomplished. This helps as a gentle reminder to complete your high priority task for the day.
➤  Quotes:
Choose quotation genre for your inspiration



Help and FAQs: https://www.emergeextension.com/help/
Contact US: https://www.emergeextension.com/contact/

For more information on privacy and Terms of Use visit:
https://www.emergeextension.com/privacy-policy/
https://www.emergeextension.com/terms-of-use/                    

Extension Basic Information

Name Emerge Emerge
ID fippdediepgmbekcdklolhlgiaffnidc
Official URL https://chromewebstore.google.com/detail/emerge/fippdediepgmbekcdklolhlgiaffnidc
Description Brighten up your new tab page with a modern, beautiful and inspiration experience
File Size 9.83 MB
Installation Count 39
Current Version 2.0.6
Last Updated 2024-01-25
Publish Date 2022-11-24
Rating 4.93/5 Total 14 Ratings
Developer https://emergeextension.com
Email [email protected]
Payment Type free
Extension Website https://www.emergeextension.com
Help Page URL https://www.emergeextension.com/help/
Privacy Policy Page URL https://www.emergeextension.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emerge",
    "description": "Brighten up your new tab page with a modern, beautiful and inspiration experience",
    "version": "2.0.6",
    "manifest_version": 3,
    "icons": {
        "16": ".\/assets\/icons\/icon_16.png",
        "32": ".\/assets\/icons\/icon_32.png",
        "48": ".\/assets\/icons\/icon_48.png",
        "128": ".\/assets\/icons\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/assets\/icons\/icon_16.png",
            "32": ".\/assets\/icons\/icon_32.png",
            "48": ".\/assets\/icons\/icon_48.png",
            "128": ".\/assets\/icons\/icon_128.png"
        },
        "default_title": "Chrome"
    },
    "chrome_url_overrides": {
        "newtab": ".\/html\/newtab.html"
    },
    "offline_enabled": true,
    "background": {
        "service_worker": ".\/js\/background.js",
        "type": "module"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.emergeextension.com\/*"
    ]
}