kirito
Capture, edit and share screenshots with ease
kirito란 무엇입니까?
kirito은(는) dev.hibiki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture, edit and share screenshots with ease"입니다.
확장 프로그램 스크린샷
kirito 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With kirito (https://kirito.io), you can capture, edit, and share screenshots easily in few steps. 📸 Capture Available options - Capture visible area - Capture full page 🖍 Edit Add texts/elements to make your screenshot more meaning. 🔗 Share You can download to local file or share with a link.
확장 프로그램 기본 정보
이름 | |
ID | gegpofjnmecidodcphcbefkmpfmpccee |
공식 URL | https://chromewebstore.google.com/detail/kirito/gegpofjnmecidodcphcbefkmpfmpccee |
설명 | Capture, edit and share screenshots with ease |
파일 크기 | 6.39 MB |
설치 횟수 | 10 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2020-08-30 |
출시 날짜 | 2020-07-16 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | dev.hibiki |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://kirito.io |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "kirito", "version": "1.2.0", "description": "Capture, edit and share screenshots with ease", "icons": { "16": "icon-16.png", "48": "icon-64.png", "128": "icon-128.png" }, "background": { "page": "background.html", "persistent": false }, "permissions": [ "tabs", "activeTab", "storage", "tabCapture", "pageCapture", "desktopCapture", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "Znext\/static\/runtime\/webpack.js", "page.js" ] } ], "browser_action": { "default_icon": { "16": "icon-16.png", "48": "icon-64.png", "128": "icon-128.png" }, "default_title": "kirito - Capture, edit and share screenshots with ease", "default_popup": "popup.html" }, "web_accessible_resources": [ "injectIframe.html" ] } |