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 |
官方網址 | 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" } } |