mesmerized

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

mesmerized란 무엇입니까?

mesmerized은(는) https://mesmerized.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform your new tabs. Be inspired with the beautiful backgrounds, quotes, weather, sticky notes, to-do list and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

mesmerized 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 mesmerized mesmerized
ID ieklodmmjfoaelcnfoilfcodkmicbooc
공식 URL https://chromewebstore.google.com/detail/mesmerized/ieklodmmjfoaelcnfoilfcodkmicbooc
설명 Transform your new tabs. Be inspired with the beautiful backgrounds, quotes, weather, sticky notes, to-do list and more.
파일 크기 8.26 MB
설치 횟수 59
현재 버전 0.2.3
최근 업데이트 2018-06-08
출시 날짜 2018-06-08
평점 5.00/5 총 13 개의 평점
개발자 https://mesmerized.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mesmerized.me
지원되는 언어 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\/*"
    ]
}