Luminous New Tab

A glowing, animated new tab extension

Luminous New Tabคืออะไร?

Luminous New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Virej Dasani และคุณลักษณะหลักของมันคือ "A glowing, animated new tab extension"

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

screenshot
screenshot
screenshot

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

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

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

                        Luminous New Tab is a new tab extension which has a cool animated gradient background. New tabs will show the time, weather, your bookmarks and let you search the web too!                    

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

ชื่อ Luminous New Tab Luminous New Tab
ID gakanaedbiohimbhbddcilejbpdmobdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/luminous-new-tab/gakanaedbiohimbhbddcilejbpdmobdo
คำอธิบาย A glowing, animated new tab extension
ขนาดไฟล์ 290 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 5.0
อัปเดตครั้งล่าสุด 2021-10-18
วันที่เผยแพร่ 2021-03-24
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Virej Dasani
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://virejdasani.github.io/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Luminous New Tab",
    "description": "A glowing, animated new tab extension",
    "version": "5.0",
    "permissions": [
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": ".\/public\/index.html"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/assets\/img\/icon.png"
    },
    "icons": {
        "16": ".\/assets\/img\/icon16.png",
        "48": ".\/assets\/img\/icon48.png",
        "128": ".\/assets\/img\/icon128.png"
    }
}