Seterra Answers
Highlights the Correct Answer in Gold for all https://online.seterra.com quizzes.
Seterra Answersとは何ですか?
Seterra Answersはseoboteurによって開発されたChromeの拡張機能で、その主な機能は「Highlights the Correct Answer in Gold for all https://online.seterra.com quizzes.」です。
拡張機能のスクリーンショット
Seterra Answers拡張機能のCRXファイルをダウンロード
Seterra Answers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This works for all quizzes on Seterra. No need to memorize every city and country location anymore! We have Google Maps - the future is now.                     拡張機能の基本情報
| 名前 |   |  
| ID | mkbdbihamajcemmpbealmlkpbpbhfkdj | 
| 公式URL | https://chromewebstore.google.com/detail/seterra-answers/mkbdbihamajcemmpbealmlkpbpbhfkdj | 
| 説明 | Highlights the Correct Answer in Gold for all https://online.seterra.com quizzes. | 
| ファイルサイズ | 5.95 KB | 
| インストール数 | 852 | 
| 現在のバージョン | 0.3 | 
| 最終更新日 | 2021-11-07 | 
| 公開日 | 2021-09-21 | 
| 評価 | 3.78/5 合計 9 レビュー | 
| 開発者 | seoboteur | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| プライバシーポリシーページのURL | https://justpaste.it/4a22g/pdf | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Seterra Answers",
    "description": "Highlights the Correct Answer in Gold for all https:\/\/online.seterra.com quizzes.",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/online.seterra.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "permissions": []
}  |  |