ScreenShot Manager
Take screenshots and store them in local memory. Download them automatically or at a later date.
什麼是ScreenShot Manager?
ScreenShot Manager是由Karl Lankester-Carthy開發的Chrome擴展程式,該擴展的主要功能是“Take screenshots and store them in local memory. Download them automatically or at a later date.”。
擴展截圖
下載ScreenShot Manager擴展crx文件
下載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 |
ID | ahkoflpaaagpepnbghabjnpkdbojoecg |
官方網址 | 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", " |