Cacoo Finder
Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.
Apa itu Cacoo Finder?
Cacoo Finder adalah ekstensi Chrome yang dikembangkan oleh shoito, dan fitur utamanya adalah "Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cacoo Finder
Unduh file ekstensi Cacoo Finder 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
Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), "unofficial" extension for Google Chrome. What you can do with Cacoo Finder - View the diagram information - Easily open a diagram - Create new diagram - Add/View comments of diagram Cacoo - Create diagrams online Real time collaboration! https://cacoo.com/ GitHub - Source Code https://github.com/shoito/cacoo-finder-chrome-extension
Informasi Dasar Ekstensi
Nama | |
ID | pcfedgjdgkacloiabdlghochjfmnalck |
URL Resmi | https://chromewebstore.google.com/detail/cacoo-finder/pcfedgjdgkacloiabdlghochjfmnalck |
Deskripsi | Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome. |
Ukuran File | 324 KB |
Jumlah Instalasi | 1,173 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2020-01-09 |
Tanggal Publikasi | 2020-01-08 |
Penilaian | 3.75/5 Total 8 Penilaian |
Pengembang | shoito |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/icon48.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "__MSG_extDescription__", "name": "__MSG_extName__", "options_page": "options.html", "permissions": [ "tabs", "https:\/\/cacoo.com\/" ], "default_locale": "en", "version": "0.2.0", "manifest_version": 2 } |