ZenPage

A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.

ZenPageとは何ですか?

ZenPageはJack Doyleによって開発されたChromeの拡張機能で、その主な機能は「A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ZenPage拡張機能のCRXファイルをダウンロード

ZenPage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension replaces the New Tab page with your personalised homepage, featuring beautiful photography, bookmarks management and weather information.

Features:
  - High-resolution photography from Unsplash
  - Quick links to popular websites
  - Categorisable bookmarks
  - Weather widget displaying information from Yahoo Weather                    

拡張機能の基本情報

名前 ZenPage ZenPage
ID ambkjbmmhhlgjikfoimpdpicohjlfcnm
公式URL https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm
説明 A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
ファイルサイズ 5.73 MB
インストール数 554
現在のバージョン 1.4
最終更新日 2017-09-18
公開日 2017-09-18
評価 4.00/5 合計 15 レビュー
開発者 Jack Doyle
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ZenPage",
    "description": "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.",
    "version": "1.4",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "geolocation"
    ],
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    },
    "applications": {
        "gecko": {
            "id": "{0aecd3ce-28bf-4b16-970f-50ad2cdbd706}"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'"
}