Ready (saved) answer
Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text
Ready (saved) answer란 무엇입니까?
Ready (saved) answer은(는) fenyaboot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text"입니다.
확장 프로그램 스크린샷
Ready (saved) answer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quickly copy saved sentences to the text of a letter, messenger, form, and anywhere. The extension records responses in the Google Chrome storage with Google account synchronization. It does not use a remote server, but only your browser. It is free and will always be free.
확장 프로그램 기본 정보
이름 | Ready (saved) answer |
ID | foinopkkglapdlndiokilmndmllnfhko |
공식 URL | https://chromewebstore.google.com/detail/ready-saved-answer/foinopkkglapdlndiokilmndmllnfhko |
설명 | Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text |
파일 크기 | 45.4 KB |
설치 횟수 | 264 |
현재 버전 | 0.1 |
최근 업데이트 | 2021-11-03 |
출시 날짜 | 2021-11-03 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | fenyaboot |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://ready-saved-answer.flycricket.io/privacy.html |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "0.1", "description": "__MSG_description__", "action": { "default_icon": { "16": "\/ico\/16.png", "32": "\/ico\/32.png", "48": "\/ico\/48.png", "128": "\/ico\/128.png" }, "default_popup": "popup.html" }, "icons": { "16": "\/ico\/16.png", "32": "\/ico\/32.png", "48": "\/ico\/48.png", "128": "\/ico\/128.png" }, "permissions": [ "storage" ], "default_locale": "en", "background": { "service_worker": "background.js" } } |