Frame - Chrome Full Page Screenshots
Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome.
Frame - Chrome Full Page Screenshots란 무엇입니까?
Frame - Chrome Full Page Screenshots은(는) alekzgreen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome."입니다.
확장 프로그램 스크린샷
Frame - Chrome Full Page Screenshots 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Frame - simple to use and powerful extension that helps you make screenshots in Chrome. Capture full page screenshots in two clicks. Resize, crop, annotate and edit your screenshots! 🖼️ Capture full page screenshots - check our video for examples! 🪄 Edit your screenshots ✪ Resize ✪ Crop ✪ Add annotations and icons 💡 How to make screenshot: ✪ Navigate to webpage ✪ Open context menu and click on "Frame - Capture this tab" to make screenshot of visible zone or "Frame - Make full page screenshot" to make full page screenshot ✪ If screenshot height smaller than 7500px you can edit it in our Editor (will be open automatically) ✪ If webpage height bigger than 7500px Frame will save few screenshots to your default Downloads folder
확장 프로그램 기본 정보
이름 | |
ID | mabojhfbcchgokbimalidfpkamkcalhb |
공식 URL | https://chrome.google.com/webstore/detail/frame-chrome-full-page-sc/mabojhfbcchgokbimalidfpkamkcalhb |
설명 | Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome. |
파일 크기 | 273 KB |
설치 횟수 | 1,001 |
현재 버전 | 1.0.19 |
최근 업데이트 | 2021-11-01 |
출시 날짜 | 2019-10-22 |
평점 | 2.83/5 총 6 개의 평점 |
개발자 | alekzgreen |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Frame - Chrome Full Page Screenshots", "short_name": "Frame", "version": "1.0.19", "description": "Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/mabojhfbcchgokbimalidfpkamkcalhb", "manifest_version": 2, "permissions": [ "tabs", "storage", "unlimitedStorage", "activeTab", "contextMenus", "debugger", "downloads" ], "background": { "scripts": [ "vendors\/bundle.js", "bg\/bundle.js" ], "persistent": true }, "browser_action": { "default_icon": "icon-32.png", "default_title": "Frame - Chrome Full Page Screenshots" }, "icons": { "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "content\/*.svg", "*.png" ] } |