Supermind Highlighter

Use our highlighter to easily save cards into Supermind.

什么是Supermind Highlighter?

Supermind Highlighter是由https://superm.in开发的Chrome扩展程序,该扩展的主要功能是“Use our highlighter to easily save cards into Supermind.”。

扩展截图

screenshot
screenshot

下载Supermind Highlighter扩展crx文件

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

扩展使用说明

                        The Supermind Highlighter gives the ability to create a card from any page. When any text is highlighted, the highlighter will open a popup allowing you to format into a question and answer, and save as a card.                    

扩展基本信息

名称 Supermind Highlighter Supermind Highlighter
ID nfmonahomiepbkhocolhebfkokekclco
官方URL https://chromewebstore.google.com/detail/supermind-highlighter/nfmonahomiepbkhocolhebfkokekclco
简介 Use our highlighter to easily save cards into Supermind.
文件大小 22.56 KB
安装次数 310
当前版本 0.7.1
更新时间 2020-06-23
上架时间 2020-06-23
评分 5.00/5 共2次评分
开发者 https://superm.in
电子邮箱 [email protected]
付费类型 free
扩展官网 https://superm.in/d
帮助页面URL https://superm.in/d
隐私政策页面URL https://superm.in/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supermind Highlighter",
    "version": "0.7.1",
    "description": "Use our highlighter to easily save cards into Supermind.",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Supermind Highlighter",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/superm.in\/d",
    "icons": {
        "16": "superm16x16.png",
        "48": "superm48x48.png",
        "128": "superm128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "create.css",
        "swap2.png"
    ],
    "permissions": [
        "contextMenus"
    ]
}