Subtle Tab

Personalized experience on new tabs for better productivity

Subtle Tabคืออะไร?

Subtle Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.subtletab.com และคุณลักษณะหลักของมันคือ "Personalized experience on new tabs for better productivity"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subtle Tab

ดาวน์โหลดไฟล์ส่วนขยาย Subtle Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}