Replace URL
Replace URL in the address bar.
Apa itu Replace URL?
Replace URL adalah ekstensi Chrome yang dikembangkan oleh decoy123, dan fitur utamanya adalah "Replace URL in the address bar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Replace URL
Unduh file ekstensi Replace URL 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
Replace URL replace the specified words with new words in the address bar. 1. Please specify old words(or regular expressions) and new words on option page. 2. Click this extension's icon. And automatically move to the new URL.
Informasi Dasar Ekstensi
Nama | Replace URL |
ID | oeiokhhfnleodojlgieagmmcfglamnaa |
URL Resmi | https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa |
Deskripsi | Replace URL in the address bar. |
Ukuran File | 171 KB |
Jumlah Instalasi | 2,497 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2022-09-24 |
Tanggal Publikasi | 2017-04-05 |
Penilaian | 3.29/5 Total 17 Penilaian |
Pengembang | decoy123 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/decoy123/replace_url |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Replace URL", "version": "1.0.2", "description": "Replace URL in the address bar.", "icons": [], "permissions": [ "tabs", "storage" ], "action": { "default_icon": [], "default_title": "Replace URL" }, "options_ui": { "page": ".\/src\/self\/html\/options.html" }, "background": { "service_worker": ".\/src\/gen\/index.bundle.js" } } |