qSnap: Screen Capture, Screenshot, Annotation

Get more out of your screen captures! Free - Cross Browser - Multiple Page Screen Capture - Rich Annotation - Awesome!

qSnap: Screen Capture, Screenshot, Annotation क्या है?

qSnap: Screen Capture, Screenshot, Annotation https://qsnapnet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get more out of your screen captures! Free - Cross Browser - Multiple Page Screen Capture - Rich Annotation - Awesome!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में qSnap: Screen Capture, Screenshot, Annotation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        [What sets qSnap Apart]
qSnap is the browser based, cross-platform screen capture tool available!  With a click you can capture either visible screen or full screen and automatically have multiple captures consolidated into a single, lightweight document!  
As a light plug-in to your browser, qSnap is always available to you to easily capture one or multiple screen images.  Enrich your images with in-line note boxes and callouts and seamlessly share your image documentation.  And all this completely FREE!

[Capture Single or Multiple Webpages]
-With a simple click “snap” a shot of a webpage
-Continue to click if you have multiple webpages to capture
-qSnap stores your snapped captures to your tray for editing
-Capture visible screen or full page

[Edit Image Captures]
-Edit your snapshots with the built-in annotation tools
-Circle, highlight, crop, add notes
-Hide sensitive information
-Create a rich digital dialogue through your captures

[Share/Save Your Captures]
-Use our free hosting service to store your captures
-We store each file free for 30 days
-Share a file URL
-Save your snapped captures locally
-Email your snapped captures directly

Version 1.4.1.6:
Bug fixed: cannot load screenshot to the editor for the first time.

Version 1.4.1.5:
Bug fixed: missing activeTab permission.

Version 1.4.1.4:
Removed unwanted permissions following Chrome Web Store updated policy

Version 1.4.1.3:
Removed unwanted permissions following Chrome Web Store updated policy

Version 1.4.1.2:
Removed unwanted permissions.

Version 1.4.1.1:
Fixed issue with connecting to qsnapnet.com (without www)

Version 1.4.1.0:
* Fix permission issue happening on Chrome 34
Version 1.4.0.0: 
* Support exporting snaps to PNG format, default is JPG. Change this from Setting dialog
* Various bug fixes and enhancement.
Version 1.3.0.0: 
* Change term Album to Folder
* Uploading snap(s) to a specific folder on https://qsnapnet.com                    

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

नाम qSnap: Screen Capture, Screenshot, Annotation qSnap: Screen Capture, Screenshot, Annotation
ID bijakfpegjnjmfdoiloebhaemhomjkon
आधिकारिक URL https://chrome.google.com/webstore/detail/qsnap-screen-capture-scre/bijakfpegjnjmfdoiloebhaemhomjkon
विवरण Get more out of your screen captures! Free - Cross Browser - Multiple Page Screen Capture - Rich Annotation - Awesome!
फ़ाइल का आकार 274 KB
स्थापना संख्या 40,000
वर्तमान संस्करण 1.4.1.6
अंतिम अपडेट 2021-11-08
प्रकाशन तिथि 2019-01-10
रेटिंग 4.02/5 कुल 399 रेटिंग्स
डेवलपर https://qsnapnet.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://qsnapnet.com
गोपनीयता नीति पृष्ठ URL https://www.tricentis.com/legal-information/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon_19_inactive.png",
        "default_popup": "popup.html",
        "default_title": "Capture current page using qSnap"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Get more out of your screen captures! Free - Cross Browser - Multiple Page Screen Capture - Rich Annotation - Awesome!",
    "homepage_url": "https:\/\/www.qsnapnet.com",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "19": "icons\/icon_19.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCLgg65kFQah22x5CKwg5r99jAHyAjjLdI16FBtnAZYcjpr69AK5hZy6njhXlAMMNBB\/zYwGw4jZEGdf9cIzKb2ym0IiiwiUEHpJg2zF8ZSSF2unl0R\/6QRSP4zdUFpoVBvvcaniG724HuVn4pZdRTeQoHGcgmvrlYFjw2JmEFNcQIDAQAB",
    "manifest_version": 2,
    "name": "qSnap: Screen Capture, Screenshot, Annotation",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "tabs"
    ],
    "short_name": "qSnap",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1.6",
    "web_accessible_resources": [
        "editor\/editor.html"
    ]
}