The Kotter Group
This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.
The Kotter Groupとは何ですか?
The Kotter Groupはhttps://video.kotter.netによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.」です。
拡張機能のスクリーンショット
The Kotter Group拡張機能のCRXファイルをダウンロード
The Kotter Group拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Screen sharing extension for The Kotter Group.                     拡張機能の基本情報
| 名前 |   |  
| ID | igmflncjakkmggplkillkbocndgecehd | 
| 公式URL | https://chromewebstore.google.com/detail/the-kotter-group/igmflncjakkmggplkillkbocndgecehd | 
| 説明 | This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen. | 
| ファイルサイズ | 28.93 KB | 
| インストール数 | 59 | 
| 現在のバージョン | 2.0.1 | 
| 最終更新日 | 2017-02-02 | 
| 公開日 | 2017-02-02 | 
| 開発者 | https://video.kotter.net | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Kotter Group",
    "author": "The Kotter Group",
    "version": "2.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for http:\/\/www.kotter.net\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.kotter.net\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.kotter.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |