Supermind Highlighter

Use our highlighter to easily save cards into Supermind.

Supermind Highlighterคืออะไร?

Supermind Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://superm.in และคุณลักษณะหลักของมันคือ "Use our highlighter to easily save cards into Supermind."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Supermind Highlighter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}