WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Zoho Annotator

Zoho Annotator

View on Chrome Web Store
View Zoho Annotator Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (121 ratings)
2 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The most elegant and efficient annotation tool.
Type
Extension
Users
20,000 users
Zoho Corporation
View author page of Zoho Corporation
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 15, 2017
Version 2.1.20
Manifest version
3
Updated
Updated on May 30, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Zoho Annotator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.1.20",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "activeTab",
        "downloads",
        "tabs",
        "contextMenus",
        "storage",
        "desktopCapture",
        "tabCapture",
        "scripting"
    ],
    "short_name": "__MSG_extShortName__",
    "background": {
        "service_worker": "js\/zbackground.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "dependency\/js\/jquery-3.3.1.js",
                "js\/zinsert-frame.js",
                "js\/contentScript.js",
                "js\/zpreferencesdefault.js",
                "js\/zscreen-record.js",
                "dependency\/js\/RecordRTC.js",
                "dependency\/js\/EBML.js"
            ],
            "css": [
                "styles\/zinsert-frame.css",
                "styles\/delayed-capture.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/zcopy.html",
                "js\/zcopy-clipboard.js",
                "fonts\/*.ttf",
                "fonts\/webfonts\/*",
                "html\/zcameraweb.html",
                "js\/zinsert-webCam.js",
                "images\/empty.png",
                "images\/zannotator.png",
                "images\/zannotator-2x.png",
                "images\/zannotator__cursor--brush.png",
                "images\/zannotator__cursor--numbering.png",
                "images\/zannotator__cursor--pen.png",
                "images\/zannotator__cursor--question.png",
                "images\/zannotator__cursor--tick.png",
                "images\/zannotator__cursor--wrong.png",
                "audio\/timerAudio.mp3",
                "audio\/captureAudio.mp3",
                "audio\/rushTimerAudio.mp3",
                "audio\/timer.mp3",
                "js\/partial-screen.js",
                "dependency\/js\/jquery-3.3.1.js",
                "dependency\/js\/RecordRTC.js",
                "dependency\/js\/EBML.js",
                "js\/zinsert-frame.js",
                "js\/zinsert-webCam.js",
                "images\/logo\/logo-paused-1.svg",
                "images\/logo\/logo-paused-2.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "entireScreen": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "MacCtrl+Shift+1"
            },
            "description": "Capture Entire Screen"
        },
        "fullPage": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "MacCtrl+Shift+2"
            },
            "description": "Capture Full Page"
        },
        "visibleArea": {
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "MacCtrl+Shift+3"
            },
            "description": "Capture Visible Area of the Page"
        },
        "partialScreen": {
            "suggested_key": {
                "default": "Ctrl+Shift+4",
                "mac": "MacCtrl+Shift+4"
            },
            "description": "Capture Part of the Page"
        }
    },
    "action": {
        "default_icon": {
            "16": "images\/logo\/16.png",
            "24": "images\/logo\/24.png",
            "32": "images\/logo\/32.png"
        },
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/zpreferences.html",
        "open_in_tab": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "incognito": "split",
    "icons": {
        "16": "images\/logo\/16.png",
        "32": "images\/logo\/32.png",
        "48": "images\/logo\/48.png",
        "128": "images\/logo\/128.png"
    },
    "manifest_version": 3
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top