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ファイルをダウンロード
Ready (saved) answer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |