PlayQuiz
A group of scripts written by East_Arctica
PlayQuizคืออะไร?
PlayQuiz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashok_Uday และคุณลักษณะหลักของมันคือ "A group of scripts written by East_Arctica"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlayQuiz
ดาวน์โหลดไฟล์ส่วนขยาย PlayQuiz ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Google Chrome extension that allows user to play Quiz and get results based on his performance ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lhlpkhibepmncapdakjbkldikmffcjfo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/playquiz/lhlpkhibepmncapdakjbkldikmffcjfo |
| คำอธิบาย | A group of scripts written by East_Arctica |
| ขนาดไฟล์ | 11.35 KB |
| จำนวนการติดตั้ง | 450 |
| เวอร์ชันปัจจุบัน | 1.3 |
| อัปเดตครั้งล่าสุด | 2020-08-10 |
| วันที่เผยแพร่ | 2020-08-09 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Ashok_Uday |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PlayQuiz",
"version": "1.3",
"description": "A group of scripts written by East_Arctica",
"permissions": [
"activeTab",
"declarativeContent"
],
"content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/code.jquery.com https:\/\/ssl.google-analytics.com 'sha256-XSFAmsQJYXWFQCIQkHyChYh2XBibIuQrf7Z7uxHctJg='; object-src 'self'",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html"
},
"manifest_version": 2
} | |