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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://superm.in/d
عنوان صفحة سياسة الخصوصية 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"
    ]
}