Revolution New Tab

Replaces the default new tab page with a better one.

Revolution New Tabとは何ですか?

Revolution New TabはRevolution New Tabによって開発されたChromeの拡張機能で、その主な機能は「Replaces the default new tab page with a better one.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Replaces the default new tab page with a more customisable one. Change links, icons,  colours, background images and widgets.


CHANGELOG

Version 1.01
	- Improved load times from ~350ms to ~150ms
	- Fixed occasional on-off switch rendering bugs
	- Empty icons on default page are now hidden
	- Removed some animations to improve performance

Version 1.1
	- Added option for transparent icons
	- Flatter design
	- Removed weather funtionality until a more reliable alternative is available
	- Replaced weather funtionality with time and date, once weather is re-added, will add a toggle
	- Added stopwatch (can be switched with time and date)

Version 1.11
	- Switched from incrementing timing to delta timing to make it more reliable

Version 1.12
        - Minor style changes                    

拡張機能の基本情報

名前 Revolution New Tab Revolution New Tab
ID nonfgobbbcffenfbkdgnafikbadicaan
公式URL https://chromewebstore.google.com/detail/revolution-new-tab/nonfgobbbcffenfbkdgnafikbadicaan
説明 Replaces the default new tab page with a better one.
ファイルサイズ 896 KB
インストール数 150
現在のバージョン 1.12
最終更新日 2017-11-27
公開日 2017-11-27
評価 4.88/5 合計 8 レビュー
開発者 Revolution New Tab
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revolution New Tab",
    "description": "Replaces the default new tab page with a better one.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.12",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "css\/img\/icon16.png",
        "32": "css\/img\/icon32.png",
        "48": "css\/img\/icon48.png"
    }
}