Snipping Tool For Chromebook
This extension will help you to guide how to install snipping tool for chromebook
Snipping Tool For Chromebook란 무엇입니까?
Snipping Tool For Chromebook은(는) maheshnigg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help you to guide how to install snipping tool for chromebook"입니다.
확장 프로그램 스크린샷
Snipping Tool For Chromebook 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Snipping tool for chromebook is here. free to download on chrome os. follow this below guide to use Snipping Tool on Chromebook. To open the Snipping Tool, press the Start key, type snipping tool, and then press Enter. (There's no keyboard shortcut to open Snipping Tool.) To choose the type of snip you want, press Alt + M keys and then use the arrow keys to choose Free-form, Rectangular, Window, or Full-screen Snip, and then press Enter. (Alt + M is available only with the latest update to Windows 10). When making a rectangular snip, hold down Shift and use the arrow keys to select the area you want to snip. To take a new screenshot using the same mode you used last, press Alt + N keys. To save your snip, press Ctrl + S keys. To copy it to the clipboard, press Ctrl + C keys.
확장 프로그램 기본 정보
이름 | |
ID | paodhljmedecodgkclabkpldbbffeabo |
공식 URL | https://chrome.google.com/webstore/detail/snipping-tool-for-chromeb/paodhljmedecodgkclabkpldbbffeabo |
설명 | This extension will help you to guide how to install snipping tool for chromebook |
파일 크기 | 27.33 KB |
설치 횟수 | 20,000 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-06-17 |
출시 날짜 | 2021-06-17 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | maheshnigg |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://remoteplay.site/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snipping Tool For Chromebook", "version": "0.0.1", "manifest_version": 2, "description": "This extension will help you to guide how to install snipping tool for chromebook", "homepage_url": "https:\/\/facetimeforpc.site", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "\/js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |