ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
什麼是ScreenSnip?
ScreenSnip是由bhayatus開發的Chrome擴展程式,該擴展的主要功能是“A tool that allows you to take a screenshot of the current tab and crop it.”。
擴展截圖
下載ScreenSnip擴展crx文件
下載ScreenSnip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard. 擴展基本資訊
| 名稱 | |
| ID | okodoejppedehahibmdngneledbkliap |
| 官方網址 | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
| 簡介 | A tool that allows you to take a screenshot of the current tab and crop it. |
| 檔案大小 | 44.84 KB |
| 安裝次數 | 1,086 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2020-04-05 |
| 上架時間 | 2020-04-05 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | bhayatus |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ScreenSnip",
"version": "1.1.0",
"manifest_version": 2,
"description": "A tool that allows you to take a screenshot of the current tab and crop it.",
"browser_action": {
"default_title": "ScreenSnip"
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png",
"128": "images\/128.png"
},
"background": {
"persistent": false,
"scripts": [
"\/background\/background.js"
]
},
"permissions": [
"activeTab",
"downloads"
]
} | |