Page Screen Capture
Page Screen Capture can take a screenshot from webpages. Fast and simple!
什麼是Page Screen Capture?
Page Screen Capture是由Video Downloader & Useful Tools開發的Chrome擴展程式,該擴展的主要功能是“Page Screen Capture can take a screenshot from webpages. Fast and simple!”。
擴展截圖
下載Page Screen Capture擴展crx文件
下載Page Screen Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Page Screen Capture app takes a screenshot from current websites. Fast and simple page screenshots.
HOW IT WORKS
• Right-click on the current web page.
• Click to 'Page Screen Capture' in the context menu.
• Saving a JPG image to your hard disk. 擴展基本資訊
| 名稱 | |
| ID | jhmboajcpbkdbabknkiplgjjddnfglai |
| 官方網址 | https://chrome.google.com/webstore/detail/page-screen-capture/jhmboajcpbkdbabknkiplgjjddnfglai |
| 簡介 | Page Screen Capture can take a screenshot from webpages. Fast and simple! |
| 檔案大小 | 85.64 KB |
| 安裝次數 | 1,456 |
| 目前版本 | 1.1.1 |
| 更新時間 | 2023-01-19 |
| 上架時間 | 2018-05-17 |
| 評分 | 3.86/5 共 7 次評分 |
| 開發者 | Video Downloader & Useful Tools |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.smart-finder.net/privacy.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.1.1",
"name": "Page Screen Capture",
"description": "Page Screen Capture can take a screenshot from webpages. Fast and simple!",
"background": {
"scripts": [
"js\/jquery.js",
"background.js"
]
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [
"activeTab",
"contextMenus",
"downloads"
],
"icons": {
"16": "img\/ico_16.png",
"48": "img\/ico_48.png",
"128": "img\/ico_128.png"
}
} | |