Fountainhead - New tab
The best thing is that it is a new day to wake up every morning. May the early morning greetings bring you a refreshing mood!
Fountainhead - New tab 란 무엇입니까?
Fountainhead - New tab 은(는) NZP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best thing is that it is a new day to wake up every morning. May the early morning greetings bring you a refreshing mood!"입니다.
확장 프로그램 스크린샷
Fountainhead - New tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Massively beautiful HD photos are updated daily and you can enjoy every moment you open a new tab. There are also detailed weather forecasts that allow you to schedule your trips; Paper Stickers can quickly help you keep track of your daily information; often there are things that you forget to do when you are busy? Don't worry, we offer Todolist reminder service, remind you on time when you need it; of course, Gmail reminder, convenient bookmark bar, history, application list, etc. ================================= Update log Fix weather problems
확장 프로그램 기본 정보
이름 | |
ID | lifdalbkdjohonajhdgfnodhngijaofh |
공식 URL | https://chrome.google.com/webstore/detail/fountainhead-new-tab/lifdalbkdjohonajhdgfnodhngijaofh |
설명 | The best thing is that it is a new day to wake up every morning. May the early morning greetings bring you a refreshing mood! |
파일 크기 | 17.93 MB |
설치 횟수 | 28 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2019-01-14 |
출시 날짜 | 2019-01-14 |
개발자 | NZP |
결제 유형 | free |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2.1", "description": "__MSG_appDescription__", "permissions": [ "chrome:\/\/favicon\/", "notifications", "alarms", "https:\/\/*.niuzhipi.com\/", "https:\/\/mail.google.com\/", "https:\/\/*.yahooapis.com\/", "http:\/\/127.0.0.1\/" ], "optional_permissions": [ "bookmarks", "history", "management" ], "oauth2": { "client_id": "862153059723-992rcstogfgd02j8ip0fqr6hv0sdclrr.apps.googleusercontent.com", "scopes": [ "profile", "https:\/\/www.googleapis.com\/auth\/gmail.readonly" ] }, "icons": { "16": ".\/static\/logo\/logo_16.png", "19": ".\/static\/logo\/logo_19.png", "32": ".\/static\/logo\/logo_32.png", "48": ".\/static\/logo\/logo_48.png", "64": ".\/static\/logo\/logo_64.png", "128": ".\/static\/logo\/logo_128.png" }, "browser_action": [], "default_locale": "en", "background": { "page": "background.html" }, "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |