ScreenShot Manager
Take screenshots and store them in local memory. Download them automatically or at a later date.
Vad är ScreenShot Manager?
ScreenShot Manager är en Chrome-tillägg utvecklad av Karl Lankester-Carthy, och dess huvudfunktion är "Take screenshots and store them in local memory. Download them automatically or at a later date.".
Tilläggsskärmbilder
Ladda ner ScreenShot Manager-förlängningens CRX-fil
Ladda ner ScreenShot Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ScreenShot Manager |
ID | ahkoflpaaagpepnbghabjnpkdbojoecg |
Officiell webbadress | https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg |
Beskrivning | Take screenshots and store them in local memory. Download them automatically or at a later date. |
Filstorlek | 108 KB |
Antal Installationer | 1,426 |
Aktuell Version | 1.9 |
Senast Uppdaterad | 2019-07-12 |
Publiceringsdatum | 2019-07-12 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | Karl Lankester-Carthy |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://etcmind.wordpress.com/ |
Stödda Språk | 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", " |