Web Screen Capture
A simple tool to Capture your entire web page for future reference
什麼是Web Screen Capture?
Web Screen Capture是由xynolabs開發的Chrome擴展程式,該擴展的主要功能是“A simple tool to Capture your entire web page for future reference”。
擴展截圖
下載Web Screen Capture擴展crx文件
下載Web Screen Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
WebPrint allows you to take screenshot of entire web page.
擴展基本資訊
名稱 | Web Screen Capture |
ID | dkbdngdafgflbkljoladndlfpjpfball |
官方網址 | https://chromewebstore.google.com/detail/web-screen-capture/dkbdngdafgflbkljoladndlfpjpfball |
簡介 | A simple tool to Capture your entire web page for future reference |
檔案大小 | 166 KB |
安裝次數 | 7,851 |
目前版本 | 0.0.1 |
更新時間 | 2015-12-29 |
上架時間 | 2015-12-29 |
評分 | 3.91/5 共 34 次評分 |
開發者 | xynolabs |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Screen Capture", "version": "0.0.1", "manifest_version": 2, "description": "A simple tool to Capture your entire web page for future reference", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |