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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Cacoo Finder Cacoo Finder
ID pcfedgjdgkacloiabdlghochjfmnalck
官方網址 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
}