Screen Capture, Screenshot, Annotations

Get more out of your screen captures!The best screen recorder and screen capture & screenshot tool to record screen.

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

Το Screen Capture, Screenshot, Annotations είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wandakeefer83, και η κύρια λειτουργία του είναι "Get more out of your screen captures!The best screen recorder and screen capture & screenshot tool to record screen.".

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

screenshot
screenshot

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

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

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

                        Scrn.me is the most popular tool for your day to day. Whole page screenshot, sharing and much more.

All the missing features of Google Chrome™

Are you looking for the fastest way to share and save screenshots?
Entire page screenshot, or just the visible area?

Screen Capture
▸ Capture a screenshot of the page you visit, full page, selected area or visible part
▸ Capture a screenshot of your entire screen or a specific application window
▸ Capture visible part, entire screen or app window 

Annotate Screenshot
▸ Resize or crop a screenshot to the size you need
▸ Annotate your screenshot with rectangles, circles, arrows, lines, etc.
▸ Add text to your screenshot with or without background color, change text font and font size
▸ Blur sensitive information on your screenshot
▸ Highlight important part on your screenshot
▸ Select a local image or paste a copied image from your clipboard to annotate

Save & Share Screenshot
▸ Save screenshot as image in PNG or JPG format, or download screenshot as PDF

This is a free extension for taking screenshots. 

Best for 
# Full page screenshot
# Desktop screenshot
# Screenshot editor
# Crop
# Highlight and paint
# Save local or share online

It is powerful and simple. It has more features than you can imagine in one place

This extension is able to capture 100% of both the vertical and horizontal content appearing on any webpage on the Internet. 
It is very easy to save the captured file onto your computer or print it / or share it to any social network.                    

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

Όνομα Screen Capture, Screenshot, Annotations Screen Capture, Screenshot, Annotations
ID bmkgbgkneealfabgnjfeljaiegpginpl
Επίσημο URL https://chromewebstore.google.com/detail/screen-capture-screenshot/bmkgbgkneealfabgnjfeljaiegpginpl
Περιγραφή Get more out of your screen captures!The best screen recorder and screen capture & screenshot tool to record screen.
Μέγεθος Αρχείου 440 KB
Αριθμός Εγκαταστάσεων 571,111
Τρέχουσα Έκδοση 1.1.9
Τελευταία Ενημέρωση 2023-04-05
Ημερομηνία Δημοσίευσης 2021-12-06
Αξιολόγηση 4.80/5 Συνολικά 242 Αξιολογήσεις
Προγραμματιστής wandakeefer83
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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,mr,hi,bn,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_name__",
    "description": "__MSG_description__",
    "short_name": "Screenshot",
    "offline_enabled": true,
    "version": "1.1.9",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "activeTab",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "images\/icons\/32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/css\/injectable.css",
        "editor.html"
    ]
}