PageAPatte - custom start page

Custom start page with RSS feeds, weather, calendar events, unread mails (from GMail)

Τι είναι το PageAPatte - custom start page;

Το PageAPatte - custom start page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nicolas PERNOUD, και η κύρια λειτουργία του είναι "Custom start page with RSS feeds, weather, calendar events, unread mails (from GMail)".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PageAPatte - custom start page

Λήψη αρχείων επέκτασης PageAPatte - custom start page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Display a custom start page with random beautiful wallpaper, weather, calendar events, unread mails, and as many rss feeds as you like.

Go to options to set rss feeds, and calendar feed (.ics file : for example your google calendar private url : go to the options of google calendar to get it).

This extension is free, ad-free, and doesn't collect any data. It will stay that way, but it will be appreciated if you'd make a small donation on my paypal (paypal.me/NicolasPernoud) if you like it, ton ensure further development... or buy me a beer.

The source code is available on GitHub : https://github.com/nicolaspernoud/PageAPatte

Copyright (c) 2016 Nicolas Pernoud

Partly based upon "Personal new tab page" Copyright (c) 2016 Paul Schaefer (https://github.com/pschfr/start) - MIT License                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PageAPatte - custom start page PageAPatte - custom start page
ID oaejfndippnjgkopikdcccpcpiaiaalm
Επίσημο URL https://chromewebstore.google.com/detail/pageapatte-custom-start-p/oaejfndippnjgkopikdcccpcpiaiaalm
Περιγραφή Custom start page with RSS feeds, weather, calendar events, unread mails (from GMail)
Μέγεθος Αρχείου 130 KB
Αριθμός Εγκαταστάσεων 39
Τρέχουσα Έκδοση 1.2.2.7
Τελευταία Ενημέρωση 2020-11-19
Ημερομηνία Δημοσίευσης 2019-01-27
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Nicolas PERNOUD
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "fr",
    "short_name": "PageAPatte",
    "description": "__MSG_extDescription__",
    "version": "1.2.2.7",
    "permissions": [
        "geolocation",
        "storage",
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}