Custom New Tab
A clean custom new tab page designed for minimum distraction.
Custom New Tabとは何ですか?
Custom New TabはJosephus Paye IIによって開発されたChromeの拡張機能で、その主な機能は「A clean custom new tab page designed for minimum distraction.」です。
拡張機能のスクリーンショット
Custom New Tab拡張機能のCRXファイルをダウンロード
Custom New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces the new tab page with a clean, minimal design that shows favorite sites, installed apps and links from a selected bookmarks folder.
拡張機能の基本情報
名前 | Custom New Tab |
ID | aiakclopdahdkjkfmbklnocpheohodnn |
公式URL | https://chromewebstore.google.com/detail/custom-new-tab/aiakclopdahdkjkfmbklnocpheohodnn |
説明 | A clean custom new tab page designed for minimum distraction. |
ファイルサイズ | 121 KB |
インストール数 | 360 |
現在のバージョン | 1.0 |
最終更新日 | 2014-08-02 |
公開日 | 2014-08-02 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | Josephus Paye II |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom New Tab", "description": "A clean custom new tab page designed for minimum distraction.", "author": "Josephus Paye II", "version": "1.0", "icons": { "128": "assets\/images\/icon_128.png" }, "options_page": "options.html", "permissions": [ "management", "bookmarks", "storage", "unlimitedStorage", "http:\/\/*\/", "https:\/\/*\/" ], "chrome_url_overrides": { "newtab": "page.html" } } |