Study Cards

This extension will allow you ace your exams!

Study Cards là gì?

Study Cards là một tiện ích mở rộng Chrome được phát triển bởi cwaf17, và tính năng chính của nó là "This extension will allow you ace your exams!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Study Cards

Tải xuống các tệp mở rộng Study Cards dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Study Cards Study Cards
ID ihfbfogampamdcanodaphobpieiihkkf
URL Chính Thức https://chrome.google.com/webstore/detail/study-cards/ihfbfogampamdcanodaphobpieiihkkf
Mô tả This extension will allow you ace your exams!
Kích Thước Tệp 9.88 MB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-04-12
Ngày Phát Hành 2015-04-12
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cwaf17
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}