Custom Tab Extension

This new tab with changing wallpaper will display weather and date/time at user's current location

Custom Tab Extensionคืออะไร?

Custom Tab Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bhavyac045 และคุณลักษณะหลักของมันคือ "This new tab with changing wallpaper will display weather and date/time at user's current location"

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

screenshot
screenshot

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

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

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

                        This customized new tab with changing wallpaper will display weather and date/time at user's current location. Link to Covid-19 alerts and Gmail are added advantage.                    

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

ชื่อ Custom Tab Extension Custom Tab Extension
ID fdmjinolaboakdlcnlclmnkklkfgapnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd
คำอธิบาย This new tab with changing wallpaper will display weather and date/time at user's current location
ขนาดไฟล์ 702 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 3
อัปเดตครั้งล่าสุด 2020-08-26
วันที่เผยแพร่ 2020-05-05
ผู้พัฒนา bhavyac045
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Tab Extension",
    "description": "This new tab with changing wallpaper will display weather and date\/time at user's current location",
    "version": "3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js",
            "content.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "options.html"
    },
    "browser_action": {
        "default_title": "Custom Tab"
    },
    "permissions": [
        "activeTab",
        "geolocation",
        "identity",
        "identity.email"
    ]
}