Vision board new tab app

Vision your goals and make it happen

Vision board new tab app란 무엇입니까?

Vision board new tab app은(는) mavo-dash에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vision your goals and make it happen"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Vision board new tab app 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Goal Board, Vision Board, GSD Board

Vision board - New Tab widgets and dashboard page extension is the way to reinvent your new tab, visualize your goals, and be productive all the time.
It’s the first extension with the fully customizable widgets. Every widget has its own toolbox, where you can
change font settings (color, size, style, family, align), background image, shadow and etc

Fully customizable widgets available:
1) Text area
2) Image
3) Countdown for your goal
4) Clock 
5) Image widget, set of motivational wallpappers, etc.
6) Top sites

5 ways to select the most beautiful background for your new tab:
1) Auto or by predefined category (city, trip, nature, beach, work, auto, holiday, animals, woman, man, people, 
architecture, texture, spirituality, experimental)
2) Search
3) Upload or Drag&Drop
4) Solid color
5) Enter the image link

Every week we will add new features. From this moment your new tab is YOUR ART                    

확장 프로그램 기본 정보

이름 Vision board new tab app Vision board new tab app
ID beemgjepmliinnhnadbpiodolkbibopb
공식 URL https://chromewebstore.google.com/detail/vision-board-new-tab-app/beemgjepmliinnhnadbpiodolkbibopb
설명 Vision your goals and make it happen
파일 크기 955 KB
설치 횟수 403
현재 버전 3.0.4
최근 업데이트 2019-08-22
출시 날짜 2019-08-21
평점 4.80/5 총 5 개의 평점
개발자 mavo-dash
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://chrome-rail-ff6.notion.site/Privacy-Policy-for-New-Tab-Studio-270c0988d8e54dbf9f0b3914909d96ef
지원되는 언어 en,ru,hi,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vision board new tab app",
    "short_name": "Vision board new tab",
    "author": "Viktor Magaev",
    "description": "Vision your goals and make it happen",
    "version": "3.0.4",
    "icons": {
        "128": "128-dash.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/api.flickr.com https:\/\/www.linkedin.com https:\/\/api.pinterest.com https:\/\/graph.facebook.com 'sha256-18j9+nErtuKtcSwKvHjJxqQJK1kCjNV0fFqZIbKBDDY='; object-src 'self'",
    "default_locale": "en"
}