Smart Flashcards Clipper

Clip web content to create smart flashcards.

Smart Flashcards Clipper क्या है?

Smart Flashcards Clipper pkamthekar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clip web content to create smart flashcards."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart Flashcards Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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\/"
    ]
}