QuickReply
Simplify your copy/paste experience
Wat is QuickReply?
QuickReply is een Chrome-extensie ontwikkeld door Maxim Zhukov, en de belangrijkste functie is "Simplify your copy/paste experience".
Extensie Screenshots
Download het CRX-bestand van de extensie QuickReply
Download QuickReply-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
• 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.
Basisinformatie over de Extensie
Naam | QuickReply |
ID | enngmhjfhandgjeccahinpmjfmllklki |
Officiële URL | https://chromewebstore.google.com/detail/quickreply/enngmhjfhandgjeccahinpmjfmllklki |
Beschrijving | Simplify your copy/paste experience |
Bestandsgrootte | 702 KB |
Aantal Installaties | 2,088 |
Huidige Versie | 1.0.9 |
Laatst Bijgewerkt | 2020-07-31 |
Publicatiedatum | 2020-07-04 |
Beoordeling | 4.55/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Maxim Zhukov |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/FSou1/QuickReply |
Help Pagina-URL | https://github.com/FSou1/QuickReply/issues |
Ondersteunde Talen | 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": [ " |