iCloud Reminders Shortcut
Access your iPhone/iPad Reminders on Chrome within a snap
什么是iCloud Reminders Shortcut?
iCloud Reminders Shortcut是由Daniel R.开发的Chrome扩展程序,该扩展的主要功能是“Access your iPhone/iPad Reminders on Chrome within a snap”。
扩展截图
下载iCloud Reminders Shortcut扩展crx文件
下载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
} | |