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
擴展基本資訊
名稱 | PlayQuiz |
ID | lhlpkhibepmncapdakjbkldikmffcjfo |
官方網址 | 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 } |