MONJI-izm
Capture a screenshot of the current page real fast for the visual feedback tool 'MONJI'.
MONJI-izm란 무엇입니까?
MONJI-izm은(는) monji.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture a screenshot of the current page real fast for the visual feedback tool 'MONJI'."입니다.
확장 프로그램 스크린샷
MONJI-izm 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
【how to use】 1.Please log in to MONJI. If you are not already a registered user, please register as a free user at https://monji.tech/signup. 2.Open a page on Chrome that you want to get a screenshot of and click the MONJI icon on the toolbar. Capturing a screenshot will start. 3. When capturing is done, the Create Request page on MONJI will open. If a Create Request page is open while it's capturing a screenshot, a new page will be added to the open Request. If a new Request is created, a new Create Request page will be displayed in a new tab. 4.Please create a request with "MONJI 【What is MONJI?】 MONJI is an online proofing platform designed to speed up the process of requesting revisions to websites, graphics, and documents. With MONJI, you can review and annotate websites and documents directly from your browser. There's no need to make phone calls, write e-mails, or waste paper on printing. MONJI allows you to communicate precisely and efficiently with clients and co-workers, making it faster than ever to design quality products.
확장 프로그램 기본 정보
이름 | MONJI-izm |
ID | mbcmpffcfjglebcgpgecadkoopogabka |
공식 URL | https://chromewebstore.google.com/detail/monji-izm/mbcmpffcfjglebcgpgecadkoopogabka |
설명 | Capture a screenshot of the current page real fast for the visual feedback tool 'MONJI'. |
파일 크기 | 32.46 KB |
설치 횟수 | 7,299 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2024-01-25 |
출시 날짜 | 2022-11-16 |
개발자 | monji.tech |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://monji.tech/ |
도움말 페이지 URL | https://monji.tech/contact |
개인정보 보호 정책 페이지 URL | https://monji.tech/policy |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MONJI-izm", "version": "1.0.5", "manifest_version": 3, "description": "__MSG_Description__", "default_locale": "en", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "permissions": [ "activeTab", "scripting", "tabs" ], "host_permissions": [ "http:\/\/monji.tech\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |