Smart Flashcards Clipper

Clip web content to create smart flashcards.

O que é Smart Flashcards Clipper?

Smart Flashcards Clipper é uma extensão do Chrome desenvolvida por pkamthekar, e sua principal característica é "Clip web content to create smart flashcards.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Smart Flashcards Clipper

Baixe arquivos de extensão Smart Flashcards Clipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Smart Flashcards Clipper Smart Flashcards Clipper
ID njjlfglafgdnmkkbmmgioaglcnnjokke
URL Oficial https://chrome.google.com/webstore/detail/smart-flashcards-clipper/njjlfglafgdnmkkbmmgioaglcnnjokke
Descrição Clip web content to create smart flashcards.
Tamanho do Arquivo 337 KB
Contagem de Instalações 308
Versão Atual 0.1.2
Última Atualização 2017-04-26
Data de Publicação 2017-04-26
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor pkamthekar
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}