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 |
电子邮箱 | [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 } |