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
} | |