Ready (saved) answer
Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text
O que é Ready (saved) answer?
Ready (saved) answer é uma extensão do Chrome desenvolvida por fenyaboot, e sua principal característica é "Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ready (saved) answer
Baixe arquivos de extensão Ready (saved) answer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Ready (saved) answer |
ID | foinopkkglapdlndiokilmndmllnfhko |
URL Oficial | https://chromewebstore.google.com/detail/ready-saved-answer/foinopkkglapdlndiokilmndmllnfhko |
Descrição | Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text |
Tamanho do Arquivo | 45.4 KB |
Contagem de Instalações | 264 |
Versão Atual | 0.1 |
Última Atualização | 2021-11-03 |
Data de Publicação | 2021-11-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | fenyaboot |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://ready-saved-answer.flycricket.io/privacy.html |
Idiomas Suportados | 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" } } |