Best New Tab

The fastest and smartest new tab extension!

Best New Tabคืออะไร?

Best New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bestnewtab.app และคุณลักษณะหลักของมันคือ "The fastest and smartest new tab extension!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Best New Tab - Transform the New Tab into a productivity suite. All the features aid you on staying on top of your busy life!

Welcome to a page with all your important information and tasks in one place!

App Integrations:
✢ Todo list (Google Tasks)
✢ Calendar events (Google Calendar)
✢ Daily steps, heart rate and other heath info (Fitbit)
✢ Personal development (Duolingo)

Enjoy a refreshing background image from the top photographers around the world! You can specify the category or how often your background will update!

Bonus features:
✢ Favourite sites (Quick access to all the regular sites you visit)
✢ Search bar
✢ Live weather forecasts
✢ Customize the app to your liking!
✢ You will LOVE it!

EVERY feature can be customised or turned off! Enjoy your new tab your way!!

--- About the Developer ---
This is the Best New Tab and I am proud to share it with you. 
I would love to hear from you about any suggestions or feedback regarding my extension. Please get in touch!

Email: [email protected]
Personal website: https://mrjohnwiseman.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Best New Tab Best New Tab
ID ehjlodcjjnalddjadhmicgnjhnodgack
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/best-new-tab/ehjlodcjjnalddjadhmicgnjhnodgack
คำอธิบาย The fastest and smartest new tab extension!
ขนาดไฟล์ 1.86 MB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.2.26
อัปเดตครั้งล่าสุด 2021-04-25
วันที่เผยแพร่ 2021-01-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://bestnewtab.app
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "64": "b64.png",
            "128": "b128.png",
            "500": "b500.png"
        },
        "default_popup": "index.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{aaf56b38-ddca-46f7-97c8-0cc5efd6dd12}",
            "strict_min_version": "55.0"
        }
    },
    "description": "The fastest and smartest new tab extension!",
    "icons": {
        "64": "b64.png",
        "128": "b128.png",
        "500": "b500.png"
    },
    "manifest_version": 2,
    "name": "Best New Tab",
    "permissions": [
        "geolocation",
        "storage",
        "identity",
        "chrome:\/\/favicon\/"
    ],
    "optional_permissions": [
        "https:\/\/www.duolingo.com\/*",
        "https:\/\/api.fitbit.com\/*",
        "topSites",
        "identity.email",
        "*:\/\/*.bestnewtab.app\/*",
        "*:\/\/*.unsplash.com\/*",
        "*:\/\/*.openweathermap.org\/*",
        "*:\/\/*.wikipedia.org\/*"
    ],
    "web_accessible_resources": [
        "index.html*"
    ],
    "oauth2": {
        "client_id": "1096629160729-k0u7udg7voqkivi7be0ddd5163mcqrng.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/tasks",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com; object-src 'self'",
    "short_name": "Best Tab",
    "version": "1.2.26",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzvqnlYE0GGbODp8B7fn5OfA2fhhgvabqRCNPfDP2tPqpIgXTdGiGakNxi2i+dNVXZgSVkTL7IZzBTZHpFI1p8TG0RQEXIYpnGB7IItZtMOckgNo3yhfOJPEUeT0glM7B74EHGQsevrEH1GJK4inmvtUqKvPo53NVuQqnfWCmTjOYa\/yeQ8UZ1MB3R94A4Vb5918nBOm5v1f7+D9gYswc1ZKOGDhynrkAo3lR6jNCDOnynzAgURXSs4esd\/C1l9MZMydpMMJHSCHZBJeaBv0lDwY+yjNqtt51KBn1GHm2RpmlroPMeDMIbx\/qwghhBPzr6rq4\/3o8jLspeW8tCnPAvQIDAQAB"
}