Full page screen capture
Make a full page screenshot of your current browser window .
Full page screen capture란 무엇입니까?
Full page screen capture은(는) https://screenshot.freeonlineapps.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make a full page screenshot of your current browser window ."입니다.
확장 프로그램 스크린샷
Full page screen capture 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Take FULL webpage screenshots. Capture, edit and save the screenshots to PDF/JPEG/GIF/PNG, upload, print, save to Google Drive, clipboard or email. This software extension allows you to take full web page screenshots. You can edit and annotate the screenshots after its taken. Edit your screenshots and crop the image, add in text if needed and many more features available. You can capture web pages entirely to PDF (with links) / JPEG / PNG files, print, or copy to clipboard. The screenshots are instant, stored locally.
확장 프로그램 기본 정보
이름 | Full page screen capture |
ID | nbdhmbajecdannlcdfiomapadcaelnba |
공식 URL | https://chromewebstore.google.com/detail/full-page-screen-capture/nbdhmbajecdannlcdfiomapadcaelnba |
설명 | Make a full page screenshot of your current browser window . |
파일 크기 | 898 KB |
설치 횟수 | 3,283 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2022-02-28 |
출시 날짜 | 2020-05-21 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | https://screenshot.freeonlineapps.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://screenshot.freeonlineapps.net |
개인정보 보호 정책 페이지 URL | https://www.freeonlineapps.net/privacy |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.3", "commands": { "visible_screenshot": { "description": "visible screenshot" }, "entire_page_screenshot": { "description": "Entire Page Screenshot" } }, "manifest_version": 2, "description": "__MSG_description__", "icons": { "16": "images\/iconfinder_capture_16.png", "32": "images\/iconfinder_capture_32.png", "48": "images\/iconfinder_capture_48.png", "64": "images\/iconfinder_capture_64.png", "128": "images\/iconfinder_capture_128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": { "16": "images\/iconfinder_capture_16.png", "32": "images\/iconfinder_capture_32.png", "48": "images\/iconfinder_capture_48.png", "64": "images\/iconfinder_capture_64.png", "128": "images\/iconfinder_capture_128.png" }, "default_title": "Screenshot Extension", "default_popup": "popup.html" }, "web_accessible_resources": [ "\/images\/*.png", "\/css\/pagestyles.css", "\/css\/dialog.css", "\/libs\/gapi.js", "\/libs\/jquery.js", "\/js\/dialog.js" ], "container": [ "GOOGLE_DRIVE" ], "offline_enabled": true, "default_locale": "en", "permissions": [ "activeTab" ], "optional_permissions": [ "desktopCapture" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |