Link url replacer
Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…
Apa itu Link url replacer?
Link url replacer adalah ekstensi Chrome yang dikembangkan oleh mailbox.misha, dan fitur utamanya adalah "Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Link url replacer
Unduh file ekstensi Link url replacer 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
Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced links to the context menu of each link on the page. Each replacement profile contains two fields: pattern and replacement. Pattern can be a string, text of a regular expression or a special pattern like the following: «%all%», «%host%». Replacement is a string. Once you will configure the replacement profile you will be able to follow the replaced link by using original link's context menu. See examples in the screenshot below.
Informasi Dasar Ekstensi
Nama | Link url replacer |
ID | kefopaofjlhaddnijefhnhnjhafpbamd |
URL Resmi | https://chromewebstore.google.com/detail/link-url-replacer/kefopaofjlhaddnijefhnhnjhafpbamd |
Deskripsi | Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced… |
Ukuran File | 8.08 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2022-12-06 |
Tanggal Publikasi | 2020-05-05 |
Penilaian | 1.33/5 Total 3 Penilaian |
Pengembang | mailbox.misha |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link url replacer", "description": "", "version": "1.1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon32.png", "32": "icon32.png", "64": "icon64.png" } } |