Luminous New Tab

A glowing, animated new tab extension

什麼是Luminous New Tab?

Luminous New Tab是由Virej Dasani開發的Chrome擴展程式,該擴展的主要功能是“A glowing, animated new tab extension”。

擴展截圖

screenshot
screenshot
screenshot

下載Luminous New Tab擴展crx文件

下載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
官方網址 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"
    }
}