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 |
公式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 |
Eメール | [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 } |