SpongeWise Flashcard Clipper

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

什么是SpongeWise Flashcard Clipper?

SpongeWise Flashcard Clipper是由https://www.spongewise.com开发的Chrome扩展程序,该扩展的主要功能是“Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything.”。

扩展截图

screenshot
screenshot
screenshot

下载SpongeWise Flashcard Clipper扩展crx文件

下载SpongeWise Flashcard Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SpongeWise Flashcard Clipper SpongeWise Flashcard Clipper
ID paeemhflfemffkcggpldnaofhgmffnlh
官方URL https://chromewebstore.google.com/detail/spongewise-flashcard-clip/paeemhflfemffkcggpldnaofhgmffnlh
简介 Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything.
文件大小 60.28 KB
安装次数 746
当前版本 5.0.0
更新时间 2018-10-16
上架时间 2018-10-15
评分 3.00/5 共2次评分
开发者 https://www.spongewise.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.spongewise.com
支持的语言 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"
    ]
}