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
Eメール [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
}