Full Page Screenshot
Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
什麼是Full Page Screenshot?
Full Page Screenshot是由arielsandersemail開發的Chrome擴展程式,該擴展的主要功能是“Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard”。
擴展截圖
下載Full Page Screenshot擴展crx文件
下載Full Page Screenshot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Scrape It ScreenCapture Full Page Screenshot for Google Chrome captures entire websites and custom areas. The extension only collects user data (screenshots, browser URL, etc.) for the purpose of capturing screenshots, and in the moment the user requests the capture. Image processing and data storage are performed locally on the user's device, so that the user's captures and their meta data are never transferred to any server. Screenshot for Google Chrome captures entire websites and custom areas.
擴展基本資訊
名稱 | Full Page Screenshot |
ID | piopmalckcaaoiikcafcncdjkkeogiej |
官方網址 | https://chromewebstore.google.com/detail/full-page-screenshot/piopmalckcaaoiikcafcncdjkkeogiej |
簡介 | Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard |
檔案大小 | 299 KB |
安裝次數 | 187 |
目前版本 | 1.2.0 |
更新時間 | 2021-06-09 |
上架時間 | 2021-06-08 |
開發者 | arielsandersemail |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://scrapeit.cloud |
說明頁面URL | https://scrapeit.cloud/jv |
隱私政策頁面URL | https://streamstore.net/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Page Screenshot", "description": "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard", "version": "1.2.0", "minimum_chrome_version": "41", "offline_enabled": true, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_title": "Full Page Screenshot", "default_icon": { "19": "appicon_19x19.png", "38": "appicon_38x38.png" }, "default_popup": "main.html" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "downloads" ], "externally_connectable": { "matches": [ "https:\/\/*.conceptboard.com\/*" ] }, "background": { "scripts": [ "js\/backgroundPage.js", "js\/lib-util.js" ], "persistent": false } } |