ScreenShot Manager

Take screenshots and store them in local memory. Download them automatically or at a later date.

Τι είναι το ScreenShot Manager;

Το ScreenShot Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Karl Lankester-Carthy, και η κύρια λειτουργία του είναι "Take screenshots and store them in local memory. Download them automatically or at a later date.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ScreenShot Manager is made to store multiple screenshots in local memory for later use. 

Shots by default are downloaded automatically to the downloads folder. 

You can change this in the settings and have a dialog show which will ask you were you would like to save it. 

Alternatively you can just store them in chrome local storage , view them from the app and download them at a later date.                    

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

Όνομα ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
Επίσημο URL https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
Περιγραφή Take screenshots and store them in local memory. Download them automatically or at a later date.
Μέγεθος Αρχείου 108 KB
Αριθμός Εγκαταστάσεων 1,426
Τρέχουσα Έκδοση 1.9
Τελευταία Ενημέρωση 2019-07-12
Ημερομηνία Δημοσίευσης 2019-07-12
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Karl Lankester-Carthy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://etcmind.wordpress.com/
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenShot Manager",
    "version": "1.9",
    "description": "Take screenshots and store them in local memory. Download them automatically or at a later date.",
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "camera16.png",
        "48": "camera48.png",
        "128": "camera128.png"
    },
    "browser_action": {
        "default_icon": "camera16.png",
        "default_title": "Shoot!"
    },
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "downloads",
        "storage"
    ],
    "manifest_version": 2
}