All themes - New Tab

Themes in New Tab

什麼是All themes - New Tab?

All themes - New Tab是由https://newtab.shop開發的Chrome擴展程式,該擴展的主要功能是“Themes in New Tab”。

擴展截圖

screenshot

下載All themes - New Tab擴展crx文件

下載All themes - New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        All themes Full HD wallpapers and form of search on the internet in new tab.                    

擴展基本資訊

名稱 All themes - New Tab All themes - New Tab
ID inlnifdegnnmomcbaokncgnkgaapgfjo
官方網址 https://chrome.google.com/webstore/detail/all-themes-new-tab/inlnifdegnnmomcbaokncgnkgaapgfjo
簡介 Themes in New Tab
檔案大小 18.98 KB
安裝次數 622
目前版本 1.2.1.8
更新時間 2022-11-24
上架時間 2022-10-29
開發者 https://newtab.shop
電子郵箱 [email protected]
付費類型 free
支援的語言 de,en,fr,nl,no,vi,tr,da,es,it,pt-BR,pt-PT,sv,el,ru,hi,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.2.1.8",
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "offline_enabled": true,
    "action": [],
    "default_locale": "en",
    "manifest_version": 3
}