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”。

扩展截图

screenshot
screenshot

下载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 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"
    }
}