ZenPage
A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
Hvad er ZenPage?
ZenPage er en Chrome-udvidelse udviklet af Jack Doyle, og dens hovedfunktion er "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.".
Udvidelsesskærmbilleder
Download ZenPage-udvidelses-CRX-fil
Download ZenPage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ambkjbmmhhlgjikfoimpdpicohjlfcnm |
| Officiel URL | https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm |
| Beskrivelse | A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites. |
| Filstørrelse | 5.73 MB |
| Antal Installationer | 554 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2017-09-18 |
| Udgivelsesdato | 2017-09-18 |
| Bedømmelse | 4.00/5 Samlet 15 Bedømmelser |
| Udvikler | Jack Doyle |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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'"
} | |