ZenPage
A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
Was ist ZenPage?
ZenPage ist eine Chrome-Erweiterung, die von Jack Doyle entwickelt wurde, und ihr Hauptmerkmal ist "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.".
Erweiterungsscreenshots
ZenPage-Erweiterungs-CRX-Datei herunterladen
Laden Sie ZenPage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ambkjbmmhhlgjikfoimpdpicohjlfcnm |
| Offizielle URL | https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm |
| Beschreibung | A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites. |
| Dateigröße | 5.73 MB |
| Installationsanzahl | 554 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2017-09-18 |
| Veröffentlichungsdatum | 2017-09-18 |
| Bewertung | 4.00/5 Insgesamt 15 Bewertungen |
| Entwickler | Jack Doyle |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |