Full Page Screenshot
Capture full-page screenshots of any webpage
Full Page Screenshot란 무엇입니까?
Full Page Screenshot은(는) fullpagescreenshotplugin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture full-page screenshots of any webpage"입니다.
확장 프로그램 스크린샷
Full Page Screenshot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Full Page Screenshot Capture is a powerful and easy-to-use Chrome extension that enables you to capture high-quality full-page screenshots of any website with just a single click. Say goodbye to stitching together multiple images or struggling with screen capture tools that don't quite get the job done. Key Features: >>One-click full-page screenshot capture >>Automatic scrolling through the entire web page >>High-quality image output >>Ignores ads for a clean screenshot >>Automatic download of the captured screenshot >>Supports websites with dynamic content, sliders, and lazy-loaded elements How to use Full Page Screenshot Capture: >>Install the extension and locate the icon in your browser toolbar. >>Visit the website you want to capture a full-page screenshot of. >>Click the Full Page Screenshot Capture icon in your toolbar. >>The extension will automatically scroll through the entire page, capturing all visible content. >>Once the capture process is complete, the full-page screenshot will be automatically downloaded to your computer. With Full Page Screenshot Capture, you no longer need to worry about capturing the perfect screenshot. The extension does all the hard work for you, providing a seamless and efficient way to capture full-page screenshots of any website. Whether you need to share a webpage design with a colleague or save a webpage for future reference, Full Page Screenshot Capture is the ultimate solution. Note: This extension requires permission to access all websites in order to function properly. We value your privacy and do not collect or store any personal data.
확장 프로그램 기본 정보
이름 | Full Page Screenshot |
ID | nccpoddeeoljkccbcpdcmfddlcojplip |
공식 URL | https://chromewebstore.google.com/detail/full-page-screenshot/nccpoddeeoljkccbcpdcmfddlcojplip |
설명 | Capture full-page screenshots of any webpage |
파일 크기 | 58.44 KB |
설치 횟수 | 90 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-05-01 |
출시 날짜 | 2023-04-17 |
개발자 | fullpagescreenshotplugin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Full Page Screenshot", "version": "1.0.1", "description": "Capture full-page screenshots of any webpage", "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "scripting", "activeTab" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |