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
官方網址 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"
    ]
}