SpongeWise Flashcard Clipper

Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything.

Cos'è SpongeWise Flashcard Clipper?

SpongeWise Flashcard Clipper è un'estensione di Chrome sviluppata da https://www.spongewise.com, e la sua funzione principale è "Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SpongeWise Flashcard Clipper

Scarica i file di estensione SpongeWise Flashcard Clipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Learn Anything.

Clip Wikipedia articles, news stories, tutorials, or any other web page as a flashcard. Add notes and quiz questions and save it to your learning history.

Remember Everything.

When items become ready for review using spaced repetition, go to "My Sponge" on SpongeWise.com in order to review your flashcards notes and quiz questions.                    

Informazioni di Base sull'Estensione

Nome SpongeWise Flashcard Clipper SpongeWise Flashcard Clipper
ID paeemhflfemffkcggpldnaofhgmffnlh
URL Ufficiale https://chromewebstore.google.com/detail/spongewise-flashcard-clip/paeemhflfemffkcggpldnaofhgmffnlh
Descrizione Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything.
Dimensione del File 60.28 KB
Conteggio Installazioni 746
Versione Corrente 5.0.0
Ultimo Aggiornamento 2018-10-16
Data di Pubblicazione 2018-10-15
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://www.spongewise.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.spongewise.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpongeWise Flashcard Clipper",
    "short_name": "SpongeWise",
    "description": "Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything.",
    "version": "5.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "SpongeWise"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/parse.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.spongewise.com\/*",
                "https:\/\/localhost:3443\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "production.html",
        "localhost.html"
    ]
}