Screenshot It
Screenshot It
什麼是Screenshot It?
Screenshot It是由http://sage.ga開發的Chrome擴展程式,該擴展的主要功能是“Screenshot It”。
擴展截圖
下載Screenshot It擴展crx文件
下載Screenshot It擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Just click on the Browser icon and take the visible screen as image and save by clicking on the image. Easy to use for a visible tab to take screenshot.
擴展基本資訊
名稱 | |
ID | jdapkbgkamadhkellenmncglbpaglfom |
官方網址 | https://chrome.google.com/webstore/detail/screenshot-it/jdapkbgkamadhkellenmncglbpaglfom |
簡介 | Screenshot It |
檔案大小 | 40.49 KB |
安裝次數 | 22 |
目前版本 | 0.0.1 |
更新時間 | 2019-04-23 |
上架時間 | 2019-04-23 |
開發者 | http://sage.ga |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://sage.ga |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "activeTab", "tabs" ], "name": "Screenshot It", "description": "Screenshot It", "icons": { "48": "icon.png" }, "version": "0.0.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Click to Screenshot Visible tab" } } |