Smart Flashcards Clipper

Clip web content to create smart flashcards.

什麼是Smart Flashcards Clipper?

Smart Flashcards Clipper是由pkamthekar開發的Chrome擴展程式,該擴展的主要功能是“Clip web content to create smart flashcards.”。

擴展截圖

screenshot

下載Smart Flashcards Clipper擴展crx文件

下載Smart Flashcards Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Smart Flashcards Clipper Smart Flashcards Clipper
ID njjlfglafgdnmkkbmmgioaglcnnjokke
官方網址 https://chrome.google.com/webstore/detail/smart-flashcards-clipper/njjlfglafgdnmkkbmmgioaglcnnjokke
簡介 Clip web content to create smart flashcards.
檔案大小 337 KB
安裝次數 308
目前版本 0.1.2
更新時間 2017-04-26
上架時間 2017-04-26
評分 3.00/5 共 1 次評分
開發者 pkamthekar
付費類型 free
支援的語言 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\/"
    ]
}