ZenPage

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

Apa itu ZenPage?

ZenPage adalah ekstensi Chrome yang dikembangkan oleh Jack Doyle, dan fitur utamanya adalah "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ZenPage

Unduh file ekstensi ZenPage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ZenPage ZenPage
ID ambkjbmmhhlgjikfoimpdpicohjlfcnm
URL Resmi https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm
Deskripsi A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
Ukuran File 5.73 MB
Jumlah Instalasi 554
Versi Saat Ini 1.4
Terakhir Diperbarui 2017-09-18
Tanggal Publikasi 2017-09-18
Penilaian 4.00/5 Total 15 Penilaian
Pengembang Jack Doyle
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}