Smart Flashcards Clipper

Clip web content to create smart flashcards.

Smart Flashcards Clipper là gì?

Smart Flashcards Clipper là một tiện ích mở rộng Chrome được phát triển bởi pkamthekar, và tính năng chính của nó là "Clip web content to create smart flashcards.".

Ả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 Smart Flashcards Clipper

Tải xuống các tệp mở rộng Smart Flashcards Clipper 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

                        Studying can be overwhelming. Re-reading your book, going over all your class notes, reviewing your textbook highlights, and finding outlines from your instructor – and then spending hours studying those things! Smart Flashcards is here to help.

Smart Flashcards brings all your course materials together and converts them into intelligent flashcards. Students can auto-convert highlights from their digital textbook, highlights from around the web, lecture notes and other class documents into adaptive flashcards. We pair your flashcards with cards written by experts in each course area, and show you your progress every step of the way. Preparing for exams has never been so simple and effective.                    

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

Tên Smart Flashcards Clipper Smart Flashcards Clipper
ID njjlfglafgdnmkkbmmgioaglcnnjokke
URL Chính Thức https://chrome.google.com/webstore/detail/smart-flashcards-clipper/njjlfglafgdnmkkbmmgioaglcnnjokke
Mô tả Clip web content to create smart flashcards.
Kích Thước Tệp 337 KB
Số Lần Cài Đặt 308
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2017-04-26
Ngày Phát Hành 2017-04-26
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển pkamthekar
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Flashcards Clipper",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Clip web content to create smart flashcards.",
    "icons": {
        "16": ".\/app\/images\/clipper-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": ".\/app\/images\/clipper-icon.png"
        },
        "default_title": "Smart Flashcards Clipper",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/script.crazyegg.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/www.google-analytics.com\/",
        "https:\/\/script.crazyegg.com\/"
    ]
}