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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة iCloud Reminders Shortcut

قم بتنزيل ملفات الامتداد iCloud Reminders Shortcut بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم iCloud Reminders Shortcut iCloud Reminders Shortcut
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
}