mesmerized

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

Was ist mesmerized?

mesmerized ist eine Chrome-Erweiterung, die von https://mesmerized.me entwickelt wurde, und ihr Hauptmerkmal ist "Transform your new tabs. Be inspired with the beautiful backgrounds, quotes, weather, sticky notes, to-do list and more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

mesmerized-Erweiterungs-CRX-Datei herunterladen

Laden Sie mesmerized-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 :)                    

Grundlegende Informationen zur Erweiterung

Name mesmerized mesmerized
ID ieklodmmjfoaelcnfoilfcodkmicbooc
Offizielle URL https://chromewebstore.google.com/detail/mesmerized/ieklodmmjfoaelcnfoilfcodkmicbooc
Beschreibung Transform your new tabs. Be inspired with the beautiful backgrounds, quotes, weather, sticky notes, to-do list and more.
Dateigröße 8.26 MB
Installationsanzahl 59
Aktuelle Version 0.2.3
Letztes Update 2018-06-08
Veröffentlichungsdatum 2018-06-08
Bewertung 5.00/5 Insgesamt 13 Bewertungen
Entwickler https://mesmerized.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mesmerized.me
Unterstützte Sprachen 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\/*"
    ]
}