Minimalist New Tab

Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.

什麼是Minimalist New Tab?

Minimalist New Tab是由John開發的Chrome擴展程式,該擴展的主要功能是“Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Minimalist New Tab擴展crx文件

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

擴展使用說明

                        Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!                    

擴展基本資訊

名稱 Minimalist New Tab Minimalist New Tab
ID cadppknnfehhlmfdkemdmdoogcldmane
官方網址 https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane
簡介 Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
檔案大小 131 KB
安裝次數 262
目前版本 0.2.6
更新時間 2019-02-06
上架時間 2019-02-06
評分 4.86/5 共 7 次評分
開發者 John
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimalist New Tab",
    "version": "0.2.6",
    "minimum_chrome_version": "23",
    "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.",
    "author": "John",
    "icons": {
        "128": "assets\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "http:\/\/*.alphacoders.com\/*",
        "https:\/\/*.alphacoders.com\/*",
        "https:\/\/query.yahooapis.com\/v1\/public\/yql*",
        "http:\/\/fonts.googleapis.com\/*",
        "storage",
        "tabs",
        "geolocation",
        "bookmarks"
    ],
    "options_page": "options.html"
}