WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Ezy Screenshot

Ezy Screenshot

View on Chrome Web Store
View Ezy Screenshot Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
11 views
This extension has been viewed 11 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.

Add the Ezy Screenshot Chrome™ extension to capture, record and print your screen via a widget on your browser toolbar.
Type
Extension
Users
17 users
1
userextension543
View author page of userextension543
Published
Published on March 20, 2024
Version 1.0.0.0
Manifest version
3
Updated
Updated on March 20, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Ezy Screenshot 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": "Ezy Screenshot",
    "short_name": "Ezy Screenshot",
    "description": "Add the Ezy Screenshot Chrome\u2122 extension to capture, record and print your screen via a widget on your browser toolbar.",
    "version": "1.0.0.0",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_title": "Ezy Screenshot",
        "default_popup": "uiDesign\/recording_1\/index.html"
    },
    "icons": {
        "256": "icons\/icon.png"
    },
    "background": {
        "service_worker": "serviceWorker\/serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/ezyscreenshot.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/images.ezyscreenshot.com\/*"
            ],
            "js": [
                "favTitle.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "clipboardWrite",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/ezyscreenshot.com\/*"
    ]
}
© 2026 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