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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/"
    ]
}