Supermind Highlighter

Use our highlighter to easily save cards into Supermind.

Supermind Highlighter là gì?

Supermind Highlighter là một tiện ích mở rộng Chrome được phát triển bởi https://superm.in, và tính năng chính của nó là "Use our highlighter to easily save cards into Supermind.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Supermind Highlighter

Tải xuống các tệp mở rộng Supermind Highlighter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Supermind Highlighter Supermind Highlighter
ID nfmonahomiepbkhocolhebfkokekclco
URL Chính Thức https://chromewebstore.google.com/detail/supermind-highlighter/nfmonahomiepbkhocolhebfkokekclco
Mô tả Use our highlighter to easily save cards into Supermind.
Kích Thước Tệp 22.56 KB
Số Lần Cài Đặt 310
Phiên Bản Hiện Tại 0.7.1
Cập Nhật Lần Cuối 2020-06-23
Ngày Phát Hành 2020-06-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://superm.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://superm.in/d
URL Trang Trợ Giúp https://superm.in/d
URL Trang Chính Sách Bảo Mật https://superm.in/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}