Cool Addicting Math Games

Cool Math Games, the best collection of cool math games on the web

Cool Addicting Math Gamesとは何ですか?

Cool Addicting Math Gamesはhttps://cool-addicting-math-games.comによって開発されたChromeの拡張機能で、その主な機能は「Cool Math Games, the best collection of cool math games on the web」です。

拡張機能のスクリーンショット

screenshot
screenshot

Cool Addicting Math Games拡張機能のCRXファイルをダウンロード

Cool Addicting Math Games拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Cool Math Games. A nice collection of math games, logic games and puzzles, an excellent online resource for students, teachers and parents to learn and teach the basic math skills trough fun math games

Most of the games of cool addicting math games have the propose of increase your abilities with numbers, creativity, critical reasoning and problem solving.                    

拡張機能の基本情報

名前 Cool Addicting Math Games Cool Addicting Math Games
ID ddcbpgaonefnjcnikdkbbdfgcgnpbndd
公式URL https://chromewebstore.google.com/detail/cool-addicting-math-games/ddcbpgaonefnjcnikdkbbdfgcgnpbndd
説明 Cool Math Games, the best collection of cool math games on the web
ファイルサイズ 4.5 KB
インストール数 1,470
現在のバージョン 0.2
最終更新日 2017-02-19
公開日 2017-02-17
評価 2.00/5 合計 25 レビュー
開発者 https://cool-addicting-math-games.com
支払い方法 free
拡張機能のウェブサイト http://cool-addicting-math-games.com/
ヘルプページのURL http://cool-addicting-math-games.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cool Addicting Math Games",
    "version": "0.2",
    "description": "Cool Math Games, the best collection of cool math games on the web",
    "background": {
        "page": "bg.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}