ScreenClip - Screenshot, Comment & Annotate

Take screenshots, add annotations & comments

ScreenClip - Screenshot, Comment & Annotate क्या है?

ScreenClip - Screenshot, Comment & Annotate https://screenclip.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take screenshots, add annotations & comments"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ScreenClip - Screenshot, Comment & Annotate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ScreenClip is the easiest and most powerful screenshot extension for Chrome. With ScreenClip, you can take screenshots of entire web pages, selected areas, or even individual elements. You can add annotations or comments to your screenshots, and save them to your computer or cloud storage.

Here are some of ScreenClip features:

✓ Take screenshots of entire web pages, selected areas, or individual elements.
✓ Add annotations to your screenshots, such as text, arrows, and shapes.
✓ Obfuscate sensitive information.
✓ Place comment markers with your feedback.
✓ Save your screenshots to your computer or cloud storage.
✓ Sync with your Google Drive account.
✓ See clip previews when sharing on messaging apps.
✓ Generate embed interactive clip viewers when sharing within CMS or websites.

Sync your extension with ScreenClip's Cloud Storage (for free!) to share your captures by pasting the link on any social or communication platform. You can invite your colleagues to provide comments or feedback to enhance your communication flows and save time.

ScreenClip is the perfect tool for anyone who needs to take screenshots. It's easy to use, powerful, and versatile. Give ScreenClip a try today!                    

एक्सटेंशन की मूल जानकारी

नाम ScreenClip - Screenshot, Comment & Annotate ScreenClip - Screenshot, Comment & Annotate
ID jmjbgcjbgmcfgbgikmbdioggjlhjegpp
आधिकारिक URL https://chromewebstore.google.com/detail/screenclip-screenshot-com/jmjbgcjbgmcfgbgikmbdioggjlhjegpp
विवरण Take screenshots, add annotations & comments
फ़ाइल का आकार 5.28 MB
स्थापना संख्या 87,171
वर्तमान संस्करण 10000.1.0.12
अंतिम अपडेट 2024-02-26
प्रकाशन तिथि 2014-01-21
रेटिंग 3.66/5 कुल 1750 रेटिंग्स
डेवलपर https://screenclip.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://screenclip.com
गोपनीयता नीति पृष्ठ URL https://screenclip.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScreenClip - Screenshot, Comment & Annotate",
    "description": "Take screenshots, add annotations & comments",
    "version": "10000.1.0.12",
    "icons": {
        "16": "badges\/normal\/Icon16.png",
        "48": "badges\/normal\/Icon48.png",
        "128": "badges\/normal\/Icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "badges\/normal\/Icon16.png",
            "48": "badges\/normal\/Icon48.png",
            "128": "badges\/normal\/Icon128.png"
        },
        "default_title": "ScreenClip",
        "default_popup": ""
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "commands": {
        "capture-area-command": {
            "suggested_key": {
                "windows": "Ctrl+Shift+C",
                "mac": "Alt+C",
                "chromeos": "Ctrl+Shift+C",
                "linux": "Ctrl+Shift+C"
            },
            "description": "Clipping Tool"
        },
        "capture-tab-command": {
            "suggested_key": {
                "windows": "Ctrl+Shift+V",
                "mac": "Alt+V",
                "chromeos": "Ctrl+Shift+V",
                "linux": "Ctrl+Shift+V"
            },
            "description": "Visible area"
        },
        "capture-page-command": {
            "suggested_key": {
                "windows": "Ctrl+Shift+F",
                "mac": "Alt+F",
                "chromeos": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            },
            "description": "Full page"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.screenclip.com\/*",
            "https:\/\/screen.link\/*",
            "*:\/\/*.screenclip-website-test.firebaseapp.com\/*",
            "http:\/\/localhost:5000\/*",
            "http:\/\/localhost:5005\/*",
            "http:\/\/localhost:5006\/*",
            "*:\/\/screenclip-website-test.firebaseapp.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "insides\/permanent\/outside.css"
            ],
            "js": [
                "insides\/permanent\/browser-polyfill.min.js",
                "insides\/content\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "insides\/*",
        "imgcopy.html"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabCapture",
        "tabs",
        "",
        "notifications",
        "clipboardWrite",
        "unlimitedStorage"
    ]
}