mesmerized

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

Qu'est-ce que mesmerized ?

mesmerized est une extension Chrome développée par https://mesmerized.me, et sa fonction principale est "Transform your new tabs. Be inspired with the beautiful backgrounds, quotes, weather, sticky notes, to-do list and more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension mesmerized

Téléchargez les fichiers d'extension mesmerized au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom mesmerized mesmerized
ID ieklodmmjfoaelcnfoilfcodkmicbooc
URL Officiel 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.
Taille du Fichier 8.26 MB
Nombre d'Installations 59
Version Actuelle 0.2.3
Dernière Mise à Jour 2018-06-08
Date de Publication 2018-06-08
Évaluation 5.00/5 Total 13 Évaluations
Développeur https://mesmerized.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mesmerized.me
Langues Prises en Charge 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\/*"
    ]
}