Supermind Highlighter

Use our highlighter to easily save cards into Supermind.

What is Supermind Highlighter?

Supermind Highlighter is a Chrome extension developed by https://superm.in, and its main feature is "Use our highlighter to easily save cards into Supermind.".

Extension Screenshots

screenshot
screenshot

Download Supermind Highlighter Extension CRX File

Download Supermind Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Supermind Highlighter Supermind Highlighter
ID nfmonahomiepbkhocolhebfkokekclco
Official URL https://chromewebstore.google.com/detail/supermind-highlighter/nfmonahomiepbkhocolhebfkokekclco
Description Use our highlighter to easily save cards into Supermind.
File Size 22.56 KB
Installation Count 310
Current Version 0.7.1
Last Updated 2020-06-23
Publish Date 2020-06-23
Rating 5.00/5 Total 2 Ratings
Developer https://superm.in
Email [email protected]
Payment Type free
Extension Website https://superm.in/d
Help Page URL https://superm.in/d
Privacy Policy Page URL https://superm.in/privacy
Supported Languages 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"
    ]
}