QuickReply
Simplify your copy/paste experience
什么是QuickReply?
QuickReply是由Maxim Zhukov开发的Chrome扩展程序,该扩展的主要功能是“Simplify your copy/paste experience”。
扩展截图
下载QuickReply扩展crx文件
下载QuickReply扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
• Annoyed by copying and pasting the same text from time to time? • Tired of storing notes in files and sticky notes? • Want to personalize your messages quickly? ✔️ Let us help you to solve these issues once and for all.
扩展基本信息
名称 | QuickReply |
ID | enngmhjfhandgjeccahinpmjfmllklki |
官方URL | https://chromewebstore.google.com/detail/quickreply/enngmhjfhandgjeccahinpmjfmllklki |
简介 | Simplify your copy/paste experience |
文件大小 | 702 KB |
安装次数 | 2,088 |
当前版本 | 1.0.9 |
更新时间 | 2020-07-31 |
上架时间 | 2020-07-04 |
评分 | 4.55/5 共11次评分 |
开发者 | Maxim Zhukov |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/FSou1/QuickReply |
帮助页面URL | https://github.com/FSou1/QuickReply/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickReply", "description": "Simplify your copy\/paste experience", "version": "1.0.9", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "contextMenus", "activeTab", "storage", "clipboardRead", "clipboardWrite" ], "browser_action": { "default_title": "Options", "default_icon": "img\/icon48.png" }, "options_page": "index.html?#\/options", "content_scripts": [ { "js": [ "contentPage.js" ], "matches": [ " |