Lightweight Screenshot
Take screenshots. Also works for full page and custom-size screenshots.
什麼是Lightweight Screenshot?
Lightweight Screenshot是由Adam Feor開發的Chrome擴展程式,該擴展的主要功能是“Take screenshots. Also works for full page and custom-size screenshots.”。
擴展截圖
下載Lightweight Screenshot擴展crx文件
下載Lightweight Screenshot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple screenshot extension for Chrome. Supports taking screenshots of the current window, of an entire page (scrolling) and of a custom area.
擴展基本資訊
名稱 | Lightweight Screenshot |
ID | eapeifgbfommamnclhbppicejicnpooc |
官方網址 | https://chromewebstore.google.com/detail/lightweight-screenshot/eapeifgbfommamnclhbppicejicnpooc |
簡介 | Take screenshots. Also works for full page and custom-size screenshots. |
檔案大小 | 39.4 KB |
安裝次數 | 478 |
目前版本 | 1.1 |
更新時間 | 2018-04-29 |
上架時間 | 2018-04-29 |
評分 | 4.00/5 共 5 次評分 |
開發者 | Adam Feor |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightweight Screenshot", "description": "Take screenshots. Also works for full page and custom-size screenshots.", "version": "1.1", "icons": { "19": "images\/monitoriconsmall.png", "48": "images\/monitoricon48.png", "128": "images\/monitoricon.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "images\/cus.png", "image\/vis.png", "images\/full.png", "images\/check.png", "images\/cross.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "images\/monitoriconsmall.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", " |