QuickReply
Simplify your copy/paste experience
What is QuickReply?
QuickReply is a Chrome extension developed by Maxim Zhukov, and its main feature is "Simplify your copy/paste experience".
Extension Screenshots
Download QuickReply Extension CRX File
Download QuickReply extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
• 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.
Extension Basic Information
Name | QuickReply |
ID | enngmhjfhandgjeccahinpmjfmllklki |
Official URL | https://chromewebstore.google.com/detail/quickreply/enngmhjfhandgjeccahinpmjfmllklki |
Description | Simplify your copy/paste experience |
File Size | 702 KB |
Installation Count | 2,088 |
Current Version | 1.0.9 |
Last Updated | 2020-07-31 |
Publish Date | 2020-07-04 |
Rating | 4.55/5 Total 11 Ratings |
Developer | Maxim Zhukov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/FSou1/QuickReply |
Help Page URL | https://github.com/FSou1/QuickReply/issues |
Supported Languages | 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": [ " |