Embark - New Tab Page

A minimalistic new tab page.

什么是Embark - New Tab Page?

Embark - New Tab Page是由James Moss开发的Chrome扩展程序,该扩展的主要功能是“A minimalistic new tab page.”。

扩展截图

screenshot
screenshot
screenshot

下载Embark - New Tab Page扩展crx文件

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

扩展使用说明

                        Embark replaces Chrome's default new tab page with a pared back design and beautiful photography allowing you to focus on what matters.

There's a handful of features but each one is highly customisable through the options page:

- 60+ inspirational photographs
- A 12 or 24 hour clock
- The date

Embark loads blazingly fast and uses almost zero resources.                    

扩展基本信息

名称 Embark - New Tab Page Embark - New Tab Page
ID aeajehgeohhgjbhhbicilpenjfcbfnpg
官方URL https://chromewebstore.google.com/detail/embark-new-tab-page/aeajehgeohhgjbhhbicilpenjfcbfnpg
简介 A minimalistic new tab page.
文件大小 54.15 MB
安装次数 27,914
当前版本 0.6.0
更新时间 2022-09-29
上架时间 2015-04-29
评分 4.65/5 共260次评分
开发者 James Moss
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Embark - New Tab Page",
    "short_name": "Embark",
    "version": "0.6.0",
    "author": "James Moss ",
    "description": "A minimalistic new tab page.",
    "chrome_url_overrides": {
        "newtab": "dist\/tab.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "dist\/options.html",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "incognito": "split",
    "offline_enabled": true,
    "manifest_version": 2
}