Anki Chrome

Anki Chromeคืออะไร?

Anki Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ewnd9 labs และคุณลักษณะหลักของมันคือ ""

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

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

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

                                            

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

ชื่อ Anki Chrome Anki Chrome
ID abbmefnhnhibhcncdmflgondiendeaoo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/anki-chrome/abbmefnhnhibhcncdmflgondiendeaoo
คำอธิบาย
ขนาดไฟล์ 80.7 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2015-02-15
วันที่เผยแพร่ 2015-02-15
ผู้พัฒนา ewnd9 labs
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anki Chrome",
    "version": "1.0.0",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/main.css"
            ]
        },
        {
            "js": [
                "scripts\/ankiweb.js"
            ],
            "matches": [
                "https:\/\/ankiweb.net\/edit\/"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "scripts\/vendors\/jquery\/dist\/jquery.min.map"
    ]
}