Google Events [ANTP]
Google event widget for Awesome New Tab Page [ANTP]
Google Events [ANTP]란 무엇입니까?
Google Events [ANTP]은(는) Gregory Shayko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google event widget for Awesome New Tab Page [ANTP]"입니다.
확장 프로그램 스크린샷
Google Events [ANTP] 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This widget displays a list of upcoming Google Calendar Events. Features: - It utilizes a 1x2 Grid for optimized list viewing. - The ability to set the number of days to load via settings. - Loads from cache for instant viewing - Clean style and theme For Update information, open the "Updates" tab within the widgets options page This is a widget for the Chrome extension "Awesome New Tab Page" (ANTP). Check out my website: www.greg.shaykos.com Without ANTP, this extension does nothing. If you'd like to use this widget, you must also install it, which you can find here: https://chrome.google.com/webstore/detail/mgmiemnjjchgkmgbeljfocdjjnpjnmcg
확장 프로그램 기본 정보
이름 | Google Events [ANTP] |
ID | ojolaifaiohcbjmpmiaflinfimnfeakl |
공식 URL | https://chromewebstore.google.com/detail/google-events-antp/ojolaifaiohcbjmpmiaflinfimnfeakl |
설명 | Google event widget for Awesome New Tab Page [ANTP] |
파일 크기 | 257 KB |
설치 횟수 | 2,954 |
현재 버전 | 2.4.0 |
최근 업데이트 | 2013-10-22 |
출시 날짜 | 2013-10-22 |
평점 | 2.90/5 총 31 개의 평점 |
개발자 | Gregory Shayko |
결제 유형 | free |
지원되는 언어 | en,en-GB,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Events [ANTP]", "manifest_version": 2, "version": "2.4.0", "description": "Google event widget for Awesome New Tab Page [ANTP]", "background": { "scripts": [ "lib\/jquery.min.js", "lib\/moment.min.js", "lib\/moment.lang-all.min.js", "lib\/shayjs.js", "lib\/shayjs.date.js", "lib\/shayjs.antp.js", "lib\/shayjs.google.js", "js\/defaults.js", "js\/background.js" ] }, "icons": { "16": "images\/128.png", "48": "images\/128.png", "128": "images\/128.png" }, "default_locale": "en", "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*.google.com\/", "https:\/\/*.google.com\/", "https:\/\/*.google-analytics.com\/" ], "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com\/; object-src 'self'", "web_accessible_resources": [ "GoogleEvents.html", "options.html" ] } |