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
公式URL 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"
    ]
}