Minimalistic New Tab

Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.

什麼是Minimalistic New Tab?

Minimalistic New Tab是由smenigat開發的Chrome擴展程式,該擴展的主要功能是“Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.”。

擴展截圖

screenshot
screenshot
screenshot

下載Minimalistic New Tab擴展crx文件

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

擴展使用說明

                        A simplistic and clean looking new tab page that makes opening new tabs a beautiful and smooth experience.

Features:
- Clock showing the current time
- Background image freely choosable (any Unsplash image you want)                    

擴展基本資訊

名稱 Minimalistic New Tab Minimalistic New Tab
ID hlalpbapamklikbknbjjbjhoaeeohlck
官方網址 https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck
簡介 Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
檔案大小 554 KB
安裝次數 48
目前版本 1.1
更新時間 2019-08-26
上架時間 2019-08-26
開發者 smenigat
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimalistic New Tab",
    "version": "1.1",
    "description": "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}