Response Box

Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.

什么是Response Box?

Response Box是由Dmitry Polevoy开发的Chrome扩展程序,该扩展的主要功能是“Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.”。

扩展截图

screenshot

下载Response Box扩展crx文件

下载Response Box扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.

How to use:

📄 Install extension and click a Response Box logo in upper right corner

📝 Create your templates

🖱 Right click in social media/email/chat to paste templates


* This extension is free and doesn't contain any ads.

v 1.2 -  Added ability to edit templates in-place.
v 1.3 -  Lighter design.
v 1.32 - Major bugs fixed.

👨‍🎨 Dmitry Polevoy
📨 [email protected]                    

扩展基本信息

名称 Response Box Response Box
ID ogomkaomgiefjihfoaoajomablaiiknf
官方URL https://chromewebstore.google.com/detail/response-box/ogomkaomgiefjihfoaoajomablaiiknf
简介 Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.
文件大小 7.99 KB
安装次数 1,179
当前版本 1.32
更新时间 2019-01-04
上架时间 2019-01-04
评分 4.60/5 共5次评分
开发者 Dmitry Polevoy
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Response Box",
    "version": "1.32",
    "description": "Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails\/social medias\/chats.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "images\/48.png"
        },
        "default_title": "Response Box"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "",
        "storage",
        "clipboardWrite",
        "clipboardRead"
    ]
}