Smartshot - Easy Screenshot
Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
Smartshot - Easy Screenshot란 무엇입니까?
Smartshot - Easy Screenshot은(는) getyourscreenshot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard"입니다.
확장 프로그램 스크린샷
Smartshot - Easy Screenshot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing Smartshot - the ultimate screenshot tool for Google Chrome! With Smartshot, taking screenshots of single areas or whole websites has never been easier. Whether you're a web developer, designer, or just need to capture something important, Smartshot has got you covered. Simply install the extension, click on the Smartshot icon, and select the area you want to capture. You can also capture an entire website with just a few clicks. So what are you waiting for? Install Smartshot today and start capturing perfect screenshots in seconds!
확장 프로그램 기본 정보
이름 | |
ID | edjbamdongkhmagbpppagfjbcojajeae |
공식 URL | https://chrome.google.com/webstore/detail/smartshot-easy-screenshot/edjbamdongkhmagbpppagfjbcojajeae |
설명 | Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard |
파일 크기 | 419 KB |
설치 횟수 | 13,981 |
현재 버전 | 3.0.6 |
최근 업데이트 | 2023-06-12 |
출시 날짜 | 2020-06-23 |
평점 | 4.23/5 총 1026 개의 평점 |
개발자 | getyourscreenshot |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.getsmartshot.com/ |
개인정보 보호 정책 페이지 URL | https://www.getsmartshot.com/privacy |
지원되는 언어 | id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_name__", "short_name": "smartshot easy screenshot", "description": "__MSG_description__", "version": "3.0.6", "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": { "38": "icon_38.png" }, "default_popup": "main.html" }, "permissions": [ "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "unlimitedStorage", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "js\/backgroundPage.js", "js\/lib-util.js", "js\/jquery.js", "js\/jquery.md5.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/matomo.getsmartshot.com https:\/\/www.google-analytics.com; object-src 'self'" } |