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
Eメール [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"
    ]
}