Elegant Startage | New Tab

An elegant and powerful startpage.

什么是Elegant Startage | New Tab?

Elegant Startage | New Tab是由thomaidistheo开发的Chrome扩展程序,该扩展的主要功能是“An elegant and powerful startpage.”。

扩展截图

screenshot
screenshot

下载Elegant Startage | New Tab扩展crx文件

下载Elegant Startage | New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        An elegant and powerful startpage.

A New Tab replacement with elegant design and powerful tools to boost your productivity.

First things first, yes there is a dark mode option. 

List of tools: 
- Create custom bookmarks for your favorite websites
- Add tasks to an organized ToDo List
- Take notes and add them to a Notes List 
- Google search box
- Light / Dark theme

All that in 1 page, accessible in your New Tab. The perfect tool for productivity.                    

扩展基本信息

名称 Elegant Startage | New Tab Elegant Startage | New Tab
ID odgeaoeiadnifppkijkaiiafbcendbhd
官方URL https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd
简介 An elegant and powerful startpage.
文件大小 1.04 MB
安装次数 90
当前版本 1.6.3
更新时间 2021-02-04
上架时间 2021-02-03
评分 5.00/5 共3次评分
开发者 thomaidistheo
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elegant Startage | New Tab",
    "description": "An elegant and powerful startpage.",
    "version": "1.6.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "\/assets\/96x96_icon.png"
    },
    "permission": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    }
}