Study Cards

This extension will allow you ace your exams!

ما هو Study Cards؟

Study Cards هو إضافة Chrome تم تطويرها بواسطة cwaf17، والميزة الرئيسية لها هي "This extension will allow you ace your exams!".

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

screenshot

تحميل ملف CRX للإضافة Study Cards

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

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

                        This app allows you to create your own flashcards with ease and simplicity. Studying them becomes easy too, since all you have to do is toggle the arrow keys.                    

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

الاسم Study Cards Study Cards
ID ihfbfogampamdcanodaphobpieiihkkf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/study-cards/ihfbfogampamdcanodaphobpieiihkkf
الوصف This extension will allow you ace your exams!
حجم الملف 9.88 MB
عدد التثبيتات 108
النسخة الحالية 0.0.1
آخر تحديث 2015-04-12
تاريخ النشر 2015-04-12
تقييم 1.00/5 مجموع تقييمات 1
المطور cwaf17
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Study Cards",
    "description": "This extension will allow you ace your exams!",
    "version": "0.0.1",
    "background": {
        "persistent": true,
        "scripts": [
            "setinterval.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Get Smarter!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}