Root

A better 'new tab' for Chrome

什麼是Root?

Root是由hjort-e開發的Chrome擴展程式,該擴展的主要功能是“A better 'new tab' for Chrome”。

擴展截圖

screenshot
screenshot

下載Root擴展crx文件

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

擴展使用說明

                        Root replaces the standard chrome newtab page with a material design inspired interface.
If you have any feature ideas, don't hesitate to submit them!                    

擴展基本資訊

名稱 Root Root
ID ddfhhioalecmekdjkaoibapflfodijko
官方網址 https://chrome.google.com/webstore/detail/ddfhhioalecmekdjkaoibapflfodijko
簡介 A better 'new tab' for Chrome
檔案大小 1.28 MB
安裝次數 15
目前版本 2.0
更新時間 2017-10-26
上架時間 2017-10-26
評分 5.00/5 共 3 次評分
開發者 hjort-e
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Root",
    "description": "A better 'new tab' for Chrome",
    "version": "2.0.0",
    "version_name": "2.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "32": "Root-32.png",
        "64": "Root-64.png",
        "128": "Root-128.png",
        "256": "Root-256.png"
    },
    "chrome_url_overrides": {
        "newtab": "app.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage",
        "system.cpu",
        "system.memory",
        "topSites",
        "downloads"
    ]
}