EdShot

Screenshots, Cropped shots, Snap-shots, Videos and Screencasts taken with a single click.

Τι είναι το EdShot;

Το EdShot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mr. Teachnology Inc., και η κύρια λειτουργία του είναι "Screenshots, Cropped shots, Snap-shots, Videos and Screencasts taken with a single click.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης EdShot

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

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

                        EdShot
by Mr. Teachnology / Jay Murphy

Screenshots and Snapshots taken with a single click

8/31/17 NEW Updates:  
-Ez Cropper Screenshot -Perfect for making exams using Google Forms from exams in PDFs or any other format. Take cropped screenshots for each question and easily insert them into the ass image area of a Google form question.
-Save your screenshots/snapshots to Google Drive 
-Crop Screenshots / Snapshots 
-Take full page screenshots
-Record 30 second videos from the webcam...perfect for commercial length explanations.  


Turn your computer’s webcam into a digital scanner with EdShot.  Once you have added the EdShot extension, you’ll have access to one click screenshots and one click web cam activation.  

EdShot is perfect for anyone who struggles with organizing their materials.  Once the extension has been added, simply use the webcam feature of your computer to capture any image and download it to your device.  Once images, screenshots or web cam shots have been EdShot, simply copy and paste them to any document.

EdShot allows you to keep your photos private, as images are only accessible to the device user when using the download to device option.  This makes EdShot a perfect choice for classroom teachers who are trusted to protect the privacy of their students, as images are never shared with any outside server.  Unlike our screenshot competitors, EdShot considers privacy to be paramount.

Contact Jay @
[email protected] with any questions

It takes time, effort and investment to develop, maintain and support an extension. If you want us to continue to work further on various extensions, please support us with your donation. Even a small amount of donation helps.                    

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

Όνομα EdShot EdShot
ID aoiefhmcmanhakljccjnpcplcbejmflo
Επίσημο URL https://chromewebstore.google.com/detail/edshot/aoiefhmcmanhakljccjnpcplcbejmflo
Περιγραφή Screenshots, Cropped shots, Snap-shots, Videos and Screencasts taken with a single click.
Μέγεθος Αρχείου 1.11 MB
Αριθμός Εγκαταστάσεων 1,369
Τρέχουσα Έκδοση 3.4
Τελευταία Ενημέρωση 2020-06-29
Ημερομηνία Δημοσίευσης 2020-06-29
Αξιολόγηση 4.08/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Mr. Teachnology Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.mrteachnology.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.mrteachnology.com
URL της Σελίδας Πολιτικής Απορρήτου http://www.jaymurphy.org
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EdShot",
    "short_name": "EdShot",
    "version": "3.4",
    "manifest_version": 2,
    "description": "Screenshots, Cropped shots, Snap-shots, Videos and Screencasts taken with a single click.",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "logo.png",
        "default_title": "EdShot"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js",
            "js\/RecordRTC.min.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/webcam.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/edit.js"
            ],
            "matches": [
                "http:\/\/www.jaymurphy.org\/edshot\/image\/edit\/index.html"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "cropper\/index.html",
        "camera\/selfie\/index.html",
        "camera\/video\/index.html",
        "camera\/screencast\/index.html",
        "images\/main-icon.png",
        "unlimitedStorage"
    ]
}