CozoraScreenSharing
This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.
Apa itu CozoraScreenSharing?
CozoraScreenSharing adalah ekstensi Chrome yang dikembangkan oleh https://cozora.com, dan fitur utamanya adalah "This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CozoraScreenSharing
Unduh file ekstensi CozoraScreenSharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Extension to enable Screen Sharing in Cozora
Informasi Dasar Ekstensi
Nama | |
ID | jngakadallbjaegilbficfnbjgiekhkk |
URL Resmi | https://chromewebstore.google.com/detail/cozorascreensharing/jngakadallbjaegilbficfnbjgiekhkk |
Deskripsi | This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen. |
Ukuran File | 16.12 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2016-06-08 |
Tanggal Publikasi | 2016-06-08 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://cozora.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CozoraScreenSharing", "author": "Cozora", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/cozora.com\/. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/cozora.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/cozora.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |