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은(는) Nicolas PERNOUD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom start page with RSS feeds, weather, calendar events, unread mails (from GMail)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PageAPatte - custom start page 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]"
        }
    }
}