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
电子邮箱 [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\/*"
    ]
}