AnnotatePro

Annotate Screenshots and make them Interactive

什麼是AnnotatePro?

AnnotatePro是由https://annotatepro.mockflow.com開發的Chrome擴展程式,該擴展的主要功能是“Annotate Screenshots and make them Interactive”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載AnnotatePro擴展crx文件

下載AnnotatePro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        AnnotatePro is a full featured annotation tool for illustrating images and creating interactive pictures

This chrome extension instantly snaps screenshots and sends it to AnnotatePro editor where you can annotate the image, make it interactive and share the annotation via URL.                    

擴展基本資訊

名稱 AnnotatePro AnnotatePro
ID ggnchfknjkebijkdlbddehcpgfebapdc
官方網址 https://chromewebstore.google.com/detail/annotatepro/ggnchfknjkebijkdlbddehcpgfebapdc
簡介 Annotate Screenshots and make them Interactive
檔案大小 129 KB
安裝次數 445
目前版本 4.96
更新時間 2018-05-07
上架時間 2018-05-07
評分 5.00/5 共 1 次評分
開發者 https://annotatepro.mockflow.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://mockflow.com/apps/annotatepro
說明頁面URL http://support.mockflow.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnnotatePro",
    "description": "Annotate Screenshots and make them Interactive",
    "version": "4.96",
    "minimum_chrome_version": "29",
    "web_accessible_resources": [
        "ui\/*",
        "images\/*",
        "js\/internal\/popup\/toolbariframe.js"
    ],
    "background": {
        "scripts": [
            "\/js\/internal\/backgroundscript.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/plugin\/icon-32.png",
        "default_popup": "ui\/popup\/index.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/annotatepro.mockflow.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/external\/bootstrap-slider.min.css",
                "css\/internal\/editor.css"
            ],
            "js": [
                "js\/external\/jquery.min.js",
                "js\/internal\/editor\/upload.js",
                "js\/internal\/editor\/dao.js",
                "js\/external\/bootstrap-slider-min.js",
                "\/js\/internal\/editor\/editor.js",
                "\/js\/internal\/editor\/main.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/plugin\/icon-16.png",
        "19": "images\/plugin\/icon-19.png",
        "48": "images\/plugin\/icon-48.png",
        "32": "images\/plugin\/icon-32.png",
        "128": "images\/plugin\/icon-128.png"
    },
    "oauth2": {
        "client_id": "104460564267-hb65i4rro1umsm2gmhpgq8ap1pcbvte5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/annotatepro.mockflow.com\/*",
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/www.googleapis.com\/plus\/v1\/people\/me"
    ]
}