Replace Text
Adds replace text to context menu.
Apa itu Replace Text?
Replace Text adalah ekstensi Chrome yang dikembangkan oleh Danny Keeley, dan fitur utamanya adalah "Adds replace text to context menu.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Replace Text
Unduh file ekstensi Replace Text 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
Right click on some text and choose Replace Text to begin! Can also solve maths if in (brackets) ## Updates ## v0.2 Styling and bug fixes (May 2021)
Informasi Dasar Ekstensi
Nama | Replace Text |
ID | jgghhonicjikbioneblcjhoghndmmcba |
URL Resmi | https://chromewebstore.google.com/detail/replace-text/jgghhonicjikbioneblcjhoghndmmcba |
Deskripsi | Adds replace text to context menu. |
Ukuran File | 10.45 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2021-05-10 |
Tanggal Publikasi | 2021-05-08 |
Pengembang | Danny Keeley |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Replace Text", "version": "0.2", "description": "Adds replace text to context menu.", "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-32.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |