iCloud Reminders Shortcut
Access your iPhone/iPad Reminders on Chrome within a snap
iCloud Reminders Shortcutคืออะไร?
iCloud Reminders Shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel R. และคุณลักษณะหลักของมันคือ "Access your iPhone/iPad Reminders on Chrome within a snap"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iCloud Reminders Shortcut
ดาวน์โหลดไฟล์ส่วนขยาย iCloud Reminders Shortcut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Access your iPhone/iPad Reminders on Chrome within a snap.
Open a new tab with your iPhone/iPad Reminders directly from the Chrome address bar.
This is not an official application. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eplindodloikpoelnafgdpjiebefecee |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/icloud-reminders-shortcut/eplindodloikpoelnafgdpjiebefecee |
| คำอธิบาย | Access your iPhone/iPad Reminders on Chrome within a snap |
| ขนาดไฟล์ | 44.18 KB |
| จำนวนการติดตั้ง | 10,000 |
| เวอร์ชันปัจจุบัน | 0.1 |
| อัปเดตครั้งล่าสุด | 2013-03-23 |
| วันที่เผยแพร่ | 2013-03-23 |
| คะแนน | 4.15/5 รวมทั้งหมด 48 คะแนน |
| ผู้พัฒนา | Daniel R. |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "iCloud Reminders Shortcut",
"description": "Access your iPhone\/iPad Reminders on Chrome within a snap",
"version": "0.1",
"background": {
"scripts": [
"bg.js"
]
},
"browser_action": {
"default_icon": "icon_32x32.png"
},
"icons": {
"16": "icon_16x16.png",
"128": "icon_128x128.png"
},
"permissions": [
"https:\/\/www.icloud.com\/#reminders"
],
"manifest_version": 2
} | |