Quick New Tab

Customize your Chrome New Tab page without breaking the UX.

Quick New Tabとは何ですか?

Quick New Tabはrmnoonによって開発されたChromeの拡張機能で、その主な機能は「Customize your Chrome New Tab page without breaking the UX.」です。

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

screenshot

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

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

拡張機能の使用方法

                        A Chrome extension to customize your "New Tab" page without breaking the user experience (the URL bar will still have keyboard focus).

Improve your productivity by replacing your favorite (and likely most distracting) websites with some other site (e.g. your todo list app).                    

拡張機能の基本情報

名前 Quick New Tab Quick New Tab
ID nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
公式URL https://chromewebstore.google.com/detail/quick-new-tab/nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
説明 Customize your Chrome New Tab page without breaking the UX.
ファイルサイズ 663 KB
インストール数 348
現在のバージョン 1.0.4
最終更新日 2023-09-28
公開日 2020-03-28
評価 5.00/5 合計 6 レビュー
開発者 rmnoon
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/rmnoon/quick-new-tab
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick New Tab",
    "version": "1.0.4",
    "short_name": "QuickNewTab",
    "description": "Customize your Chrome New Tab page without breaking the UX.",
    "icons": {
        "24": "icon_24.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png",
        "512": "icon_512.png"
    },
    "homepage_url": "https:\/\/github.com\/rmnoon\/quick-new-tab",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html"
}