ScreenShot Manager
Take screenshots and store them in local memory. Download them automatically or at a later date.
Was ist ScreenShot Manager?
ScreenShot Manager ist eine Chrome-Erweiterung, die von Karl Lankester-Carthy entwickelt wurde, und ihr Hauptmerkmal ist "Take screenshots and store them in local memory. Download them automatically or at a later date.".
Erweiterungsscreenshots
ScreenShot Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie ScreenShot Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ScreenShot Manager |
ID | ahkoflpaaagpepnbghabjnpkdbojoecg |
Offizielle URL | https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg |
Beschreibung | Take screenshots and store them in local memory. Download them automatically or at a later date. |
Dateigröße | 108 KB |
Installationsanzahl | 1,426 |
Aktuelle Version | 1.9 |
Letztes Update | 2019-07-12 |
Veröffentlichungsdatum | 2019-07-12 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | Karl Lankester-Carthy |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://etcmind.wordpress.com/ |
Unterstützte Sprachen | 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", " |