QuickReply
Simplify your copy/paste experience
Vad är QuickReply?
QuickReply är en Chrome-tillägg utvecklad av Maxim Zhukov, och dess huvudfunktion är "Simplify your copy/paste experience".
Tilläggsskärmbilder
Ladda ner QuickReply-förlängningens CRX-fil
Ladda ner QuickReply-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
• 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.
Grundläggande Information om Tillägg
Namn | QuickReply |
ID | enngmhjfhandgjeccahinpmjfmllklki |
Officiell webbadress | https://chromewebstore.google.com/detail/quickreply/enngmhjfhandgjeccahinpmjfmllklki |
Beskrivning | Simplify your copy/paste experience |
Filstorlek | 702 KB |
Antal Installationer | 2,088 |
Aktuell Version | 1.0.9 |
Senast Uppdaterad | 2020-07-31 |
Publiceringsdatum | 2020-07-04 |
Betyg | 4.55/5 Totalt 11 Betyg |
Utvecklare | Maxim Zhukov |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/FSou1/QuickReply |
Hjälpsida URL | https://github.com/FSou1/QuickReply/issues |
Stödda Språk | 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": [ " |