mesmerized

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

O que é mesmerized?

mesmerized é uma extensão do Chrome desenvolvida por https://mesmerized.me, e sua principal característica é "Transform your new tabs. Be inspired with the beautiful backgrounds, quotes, weather, sticky notes, to-do list and more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão mesmerized

Baixe arquivos de extensão mesmerized no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome mesmerized mesmerized
ID ieklodmmjfoaelcnfoilfcodkmicbooc
URL Oficial https://chromewebstore.google.com/detail/mesmerized/ieklodmmjfoaelcnfoilfcodkmicbooc
Descrição Transform your new tabs. Be inspired with the beautiful backgrounds, quotes, weather, sticky notes, to-do list and more.
Tamanho do Arquivo 8.26 MB
Contagem de Instalações 59
Versão Atual 0.2.3
Última Atualização 2018-06-08
Data de Publicação 2018-06-08
Classificação 5.00/5 Total de 13 Avaliações
Desenvolvedor https://mesmerized.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mesmerized.me
Idiomas Suportados 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\/*"
    ]
}