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.”。
擴展截圖
下載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] 擴展基本資訊
| 名稱 | |
| ID | ogomkaomgiefjihfoaoajomablaiiknf |
| 官方網址 | 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",
" | |