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
官方網址 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
    }
}