QuickReply
Simplify your copy/paste experience
Was ist QuickReply?
QuickReply ist eine Chrome-Erweiterung, die von Maxim Zhukov entwickelt wurde, und ihr Hauptmerkmal ist "Simplify your copy/paste experience".
Erweiterungsscreenshots
QuickReply-Erweiterungs-CRX-Datei herunterladen
Laden Sie QuickReply-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
• 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.
Grundlegende Informationen zur Erweiterung
Name | QuickReply |
ID | enngmhjfhandgjeccahinpmjfmllklki |
Offizielle URL | https://chromewebstore.google.com/detail/quickreply/enngmhjfhandgjeccahinpmjfmllklki |
Beschreibung | Simplify your copy/paste experience |
Dateigröße | 702 KB |
Installationsanzahl | 2,088 |
Aktuelle Version | 1.0.9 |
Letztes Update | 2020-07-31 |
Veröffentlichungsdatum | 2020-07-04 |
Bewertung | 4.55/5 Insgesamt 11 Bewertungen |
Entwickler | Maxim Zhukov |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/FSou1/QuickReply |
Hilfeseite URL | https://github.com/FSou1/QuickReply/issues |
Unterstützte Sprachen | 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": [ " |