Elementary New Tab

Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser

Elementary New Tabとは何ですか?

Elementary New TabはGamakeによって開発されたChromeの拡張機能で、その主な機能は「Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        💎 Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser.

✨ Fast switching of the search service Google, Yandex, Bing, choose what you need with one click.

✨ Extensive gallery of quality images for the background of your page

✨ Minimalistic customizable tabs for quick access to your favorite sites                    

拡張機能の基本情報

名前 Elementary New Tab Elementary New Tab
ID nkchlojdkebfdanfjngpdimocljgpfhh
公式URL https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh
説明 Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
ファイルサイズ 2.92 MB
インストール数 72
現在のバージョン 1.0.4
最終更新日 2021-01-17
公開日 2020-12-20
評価 5.00/5 合計 4 レビュー
開発者 Gamake
Eメール [email protected]
支払い方法 free
対応言語 de,en,fr,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elementary New Tab",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/icons\/icon_16.png",
        "48": "assets\/images\/icons\/icon_48.png",
        "128": "assets\/images\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "topSites",
        "*:\/\/wallhaven.cc\/*"
    ]
}