Google Events [ANTP]
Google event widget for Awesome New Tab Page [ANTP]
Google Events [ANTP]คืออะไร?
Google Events [ANTP] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gregory Shayko และคุณลักษณะหลักของมันคือ "Google event widget for Awesome New Tab Page [ANTP]"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Events [ANTP]
ดาวน์โหลดไฟล์ส่วนขยาย Google Events [ANTP] ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
} | |