Subtle Tab

Personalized experience on new tabs for better productivity

Subtle Tab란 무엇입니까?

Subtle Tab은(는) https://www.subtletab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Personalized experience on new tabs for better productivity"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Subtle tab gives rejoicing experience to relieve stress and distractions with vibrant and eye soothing wallpapers. It keeps you updated about current weather and time for better management of your daily tasks. Various customizations like wallpaper categories, day and time settings, weather unit, Todoist & Wunderlist integrations in Todo widget etc. are available.

- Latest features

• Bookmarks Widget
• Todo Widget
• Google Calendar Widget
• Notes Widget
• Weather and Pollution Info Widget
• Day and Time Widget
• Inspirational Wallpapers 
• Recent Wallpaper Widget
• Customizations
• Shortcuts to access widgets
• Sync across devices

- Permissions

• Location – For weather of current location
• Google Calendar - To access google calendar events
• Todoist - To access todos from Todoist application
• Wunderlist - To access todos from Wunderlist application

Note: We assure you, we are not tracking your location and using it only for fetching current weather details in case default location is selected.  Google Calendar requires optional permission to access google domain to fetch calendar events and its handled on user machine only without saving any data on servers. Similarly, Todoist and Wunderlist requires extra permissions to fetch todos from their servers.                    

확장 프로그램 기본 정보

이름 Subtle Tab Subtle Tab
ID ngigalmiikbffkcabedaikboeodibhga
공식 URL https://chromewebstore.google.com/detail/subtle-tab/ngigalmiikbffkcabedaikboeodibhga
설명 Personalized experience on new tabs for better productivity
파일 크기 4 MB
설치 횟수 3,381
현재 버전 0.0.22
최근 업데이트 2020-06-07
출시 날짜 2020-06-06
평점 4.37/5 총 43 개의 평점
개발자 https://www.subtletab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.subtletab.com
도움말 페이지 URL https://goo.gl/forms/hMD1i4sXIUVwkKtD2
개인정보 보호 정책 페이지 URL https://www.subtletab.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subtle Tab",
    "description": "Personalized experience on new tabs for better productivity",
    "version": "0.0.22",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "subtle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "geolocation",
        "https:\/\/*.subtletab.com\/",
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_title": "Subtle tab"
    },
    "icons": {
        "128": "images\/icons\/icon128.png",
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png"
    },
    "optional_permissions": [
        "https:\/\/www.googleapis.com\/",
        "https:\/\/*.wunderlist.com\/",
        "https:\/\/*.todoist.com\/"
    ],
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}