QuickReply
Simplify your copy/paste experience
Apa itu QuickReply?
QuickReply adalah ekstensi Chrome yang dikembangkan oleh Maxim Zhukov, dan fitur utamanya adalah "Simplify your copy/paste experience".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi QuickReply
Unduh file ekstensi QuickReply dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
• 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.
Informasi Dasar Ekstensi
Nama | QuickReply |
ID | enngmhjfhandgjeccahinpmjfmllklki |
URL Resmi | https://chromewebstore.google.com/detail/quickreply/enngmhjfhandgjeccahinpmjfmllklki |
Deskripsi | Simplify your copy/paste experience |
Ukuran File | 702 KB |
Jumlah Instalasi | 2,088 |
Versi Saat Ini | 1.0.9 |
Terakhir Diperbarui | 2020-07-31 |
Tanggal Publikasi | 2020-07-04 |
Penilaian | 4.55/5 Total 11 Penilaian |
Pengembang | Maxim Zhukov |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/FSou1/QuickReply |
URL Halaman Bantuan | https://github.com/FSou1/QuickReply/issues |
Bahasa yang Didukung | 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": [ " |