Cacoo Finder
Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.
Cacoo Finderとは何ですか?
Cacoo Finderはshoitoによって開発されたChromeの拡張機能で、その主な機能は「Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.」です。
拡張機能のスクリーンショット
Cacoo Finder拡張機能のCRXファイルをダウンロード
Cacoo Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | pcfedgjdgkacloiabdlghochjfmnalck |
公式URL | https://chromewebstore.google.com/detail/cacoo-finder/pcfedgjdgkacloiabdlghochjfmnalck |
説明 | Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome. |
ファイルサイズ | 324 KB |
インストール数 | 1,173 |
現在のバージョン | 0.2.0 |
最終更新日 | 2020-01-09 |
公開日 | 2020-01-08 |
評価 | 3.75/5 合計 8 レビュー |
開発者 | shoito |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |