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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } } |