PlayQuiz
A group of scripts written by East_Arctica
什么是PlayQuiz?
PlayQuiz是由Ashok_Uday开发的Chrome扩展程序,该扩展的主要功能是“A group of scripts written by East_Arctica”。
扩展截图
下载PlayQuiz扩展crx文件
下载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
} | |