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
Eメール [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"
    ]
}