QBank Connector

Explore QBank content and copy or drag assets directly into your website content fields

QBank Connectorคืออะไร?

QBank Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QBank และคุณลักษณะหลักของมันคือ "Explore QBank content and copy or drag assets directly into your website content fields"

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

screenshot
screenshot

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

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

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

                        Explore selected content from your QBank in any other chrome browser tab. Drag and drop images into content fields, or copy links to assets and paste into your embed modules.                    

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

ชื่อ QBank Connector QBank Connector
ID jjleipicaemjilccnmaophdegjgmbmbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qbank-connector/jjleipicaemjilccnmaophdegjgmbmbh
คำอธิบาย Explore QBank content and copy or drag assets directly into your website content fields
ขนาดไฟล์ 720 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-09-13
วันที่เผยแพร่ 2021-05-19
ผู้พัฒนา QBank
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.qbankdam.com/
URL หน้าช่วยเหลือ https://support.qbank.se
URL หน้านโยบายความเป็นส่วนตัว https://www.qbankdam.com/en/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QBank Connector",
    "version": "1.0.2",
    "description": "Explore QBank content and copy or drag assets directly into your website content fields",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "tabs"
    ],
    "content_security_policy": [],
    "action": {
        "default_popup": "index.html",
        "default_title": "Open QBank connector",
        "default_icon": {
            "16": "favicon-16x16.png",
            "32": "favicon-32x32.png",
            "48": "favicon-32x32.png",
            "128": "favicon-160x160.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q",
                "mac": "MacCtrl+Shift+Q"
            },
            "description": "Open QBank Connector"
        }
    },
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-32x32.png",
        "128": "favicon-160x160.png"
    }
}