Good Annotations, Screenshot Capture

Capture, annotate and share screenshots directly from your browser.

Τι είναι το Good Annotations, Screenshot Capture;

Το Good Annotations, Screenshot Capture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://goodannotations.com, και η κύρια λειτουργία του είναι "Capture, annotate and share screenshots directly from your browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Good Annotations, Screenshot Capture

Λήψη αρχείων επέκτασης Good Annotations, Screenshot Capture σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Save time sharing and reviewing important stuff with Good Annotations for Chrome TM.

By adding our Screenshot Capture extension, it becomes really easy to create, annotate  and share screenshots of your current web page - allowing you to seamlessly share reports, feedback, designs or anything else. 

One click and we create a shareable link that can be sent to whoever needs to see your screenshot. Use our in browser tools to add annotations, text, arrows. mockups and much more to make your screenshots rich with content.

Why Edit & Share Screenshots?

Images and visual communication are everywhere. We use social media to share content, we use images in blogs, we prefer reports with visuals. It’s easier and faster to understand information in images. Good Annotations makes it faster to add important rich information to any screen grab that you take and then make it shareable.

Features:

Website Screen Grab

Instantly grab a screenshot of the current web page you are on. We will automatically upload this and create shareable links that you can send out. During upload you can edit add rich information to your screenshots with annotations, arrows, text and much more.

Editor Tools

Add annotations, arrows, text, borders/backgrounds and even device mockups to your screenshots with a few simple clicks.

- Annotation
- Arrows & Shapes
- Device Mockups (i.e. iPhone & Browser)
- Backgrounds (Color or Images)

Share/Export

Once your happy with your screenshot you can download the result or share via a link so that people can see it in our viewer (no need for them to have the extension installed!)

- Download (PNG or JPG)
- Compression
- High Quality
- Share via URL or Link

Context Menu

You can right click on any webpage or image to instantly share via Good Annotations.

Hot Keys

Ctrl + Shift + V = Capture visible area                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Good Annotations, Screenshot Capture Good Annotations, Screenshot Capture
ID nlkpbfbbjlghoalcakopdnlohjhchfjf
Επίσημο URL https://chromewebstore.google.com/detail/good-annotations-screensh/nlkpbfbbjlghoalcakopdnlohjhchfjf
Περιγραφή Capture, annotate and share screenshots directly from your browser.
Μέγεθος Αρχείου 40.6 KB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-05-17
Ημερομηνία Δημοσίευσης 2020-07-22
Αξιολόγηση 3.46/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://goodannotations.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.goodannotations.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.goodannotations.com/screenshot-capture
URL της Σελίδας Πολιτικής Απορρήτου https://www.goodannotations.com/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "Good Annotations",
    "homepage_url": "https:\/\/www.goodannotations.com",
    "version": "1.0.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "https:\/\/www.goodannotations.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "commands": [],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}