Simplicity

Replace new tab page with a simplistic, super, and personal new tab page.

Simplicityとは何ですか?

Simplicityはhttps://theklimts.comによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with a simplistic, super, and personal new tab page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Simplicity拡張機能のCRXファイルをダウンロード

Simplicity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Clean, simple, and beautiful. Dynamic loads pictures via reddit for a fresh, new look every day!                    

拡張機能の基本情報

名前 Simplicity Simplicity
ID mpmdaplfkgkaflcechbklbledmjdedli
公式URL https://chromewebstore.google.com/detail/simplicity/mpmdaplfkgkaflcechbklbledmjdedli
説明 Replace new tab page with a simplistic, super, and personal new tab page.
ファイルサイズ 2.29 MB
インストール数 40
現在のバージョン 0.400
最終更新日 2016-01-20
公開日 2016-01-20
評価 5.00/5 合計 1 レビュー
開発者 https://theklimts.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://theklimts.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplicity",
    "short_name": "Simplicity replaces new tab page",
    "description": "Replace new tab page with a simplistic, super, and personal new tab page.",
    "version": "0.400",
    "incognito": "split",
    "offline_enabled": true,
    "icons": {
        "16": "16_icon.png",
        "48": "48_icon.png",
        "128": "128_icon.png"
    },
    "permissions": [
        "topSites",
        "chrome:\/\/favicon\/",
        "management",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "simplicity.html"
    },
    "manifest_version": 2
}