SuperMemo Connector

Import web content in your SuperMemo collection.

SuperMemo Connectorคืออะไร?

SuperMemo Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexis.inco และคุณลักษณะหลักของมันคือ "Import web content in your SuperMemo collection."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SuperMemo Connector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Import web content in your SuperMemo collection. This browser extension works in pair with SuperMemoAssistant Import plugin.

Please visit GitHub page for additional instructions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SuperMemo Connector SuperMemo Connector
ID hcnpikjdiaedadmfkflhilndgailpogj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/supermemo-connector/hcnpikjdiaedadmfkflhilndgailpogj
คำอธิบาย Import web content in your SuperMemo collection.
ขนาดไฟล์ 58.18 KB
จำนวนการติดตั้ง 724
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2020-01-29
วันที่เผยแพร่ 2020-01-29
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา alexis.inco
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/supermemo/SuperMemoAssistant
URL หน้าช่วยเหลือ https://github.com/supermemo/SuperMemoAssistant.Plugins.Import.BrowserPlugin/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperMemo Connector",
    "description": "Import web content in your SuperMemo collection.",
    "author": "Alexis Incogito",
    "version": "0.1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "nativeMessaging"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "consts.js",
            "config.js",
            "global.js",
            "background.nativeMessaging.messages.js",
            "background.nativeMessaging.js",
            "background.contextMenus.js",
            "background.messages.js",
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/github.com\/supermemo\/",
    "icons": {
        "16": "data\/icons\/robot-16.png",
        "24": "data\/icons\/robot-24.png",
        "32": "data\/icons\/robot-32.png",
        "48": "data\/icons\/robot-48.png",
        "64": "data\/icons\/robot-64.png",
        "128": "data\/icons\/robot-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/robot-16.png",
            "24": "data\/icons\/robot-24.png",
            "32": "data\/icons\/robot-32.png",
            "48": "data\/icons\/robot-48.png",
            "64": "data\/icons\/robot-64.png",
            "128": "data\/icons\/robot-128.png"
        },
        "default_title": "SuperMemo Connector (disconnected)"
    }
}