mesmerized

Transform your new tabs. Be inspired with the beautiful backgrounds, quotes, weather, sticky notes, to-do list and more.

What is mesmerized?

mesmerized is a Chrome extension developed by https://mesmerized.me, and its main feature is "Transform your new tabs. Be inspired with the beautiful backgrounds, quotes, weather, sticky notes, to-do list and more.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download mesmerized Extension CRX File

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

                        This extension transforms your boring new tabs into a fresh new power packed dashboard. Whether you are someone who likes minimalistic style, or someone who loves photography, or someone who wants to be on top of their game by being organized, this extension got you covered. Stare at the breathtaking photos, or get pumped in with some truly inspirational quotes from all over the globe. Did you say, it "mesmerized.me" :)


FEATURES

• Enjoy beautiful background photos
• Get motivated with the inspirational quotes
• Keep track of tasks with Todo list
• Quickly pen down your thoughts with Sticky Notes
• See the weather forecast
• Clock with date
• Customize each widgets with configurable options
• Feel good before opening any new page :)
• Be truly mesmerized


ABOUT PERMISSIONS

• Location - for weather details only
• Notifications - for reminders (upcoming feature)
• mesmerized.me - future integration with the website

We recognize that location sharing is a concern for many people (ourselves included) and it is a responsibility we take very seriously. Hence, we DO NOT store or share the locations details. It's used by the extension only to fetch the latest weather forecast, nothing more, nothing less :)


GET IN TOUCH

For any queries, feedbacks, supports or suggestions, write to us at [email protected]
The project is open source and hosted on Github, https://github.com/emadalam/mesmerized. Contributions, ideas and feature requests are more than welcome. Lets build this together :)                    

Extension Basic Information

Name mesmerized mesmerized
ID ieklodmmjfoaelcnfoilfcodkmicbooc
Official URL https://chromewebstore.google.com/detail/mesmerized/ieklodmmjfoaelcnfoilfcodkmicbooc
Description Transform your new tabs. Be inspired with the beautiful backgrounds, quotes, weather, sticky notes, to-do list and more.
File Size 8.26 MB
Installation Count 59
Current Version 0.2.3
Last Updated 2018-06-08
Publish Date 2018-06-08
Rating 5.00/5 Total 13 Ratings
Developer https://mesmerized.me
Email [email protected]
Payment Type free
Extension Website https://mesmerized.me
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Emad Alam ",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "0.2.3",
    "default_locale": "en",
    "homepage_url": "https:\/\/mesmerized.me",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "tabpage.html"
    },
    "options_ui": {
        "chrome_style": false,
        "page": "options.html"
    },
    "permissions": [
        "geolocation",
        "storage",
        "unlimitedStorage",
        "https:\/\/*.mesmerized.me\/*"
    ]
}