Link url replacer
Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…
Link url replacer là gì?
Link url replacer là một tiện ích mở rộng Chrome được phát triển bởi mailbox.misha, và tính năng chính của nó là "Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Link url replacer
Tải xuống các tệp mở rộng Link url replacer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Link url replacer |
ID | kefopaofjlhaddnijefhnhnjhafpbamd |
URL Chính Thức | https://chromewebstore.google.com/detail/link-url-replacer/kefopaofjlhaddnijefhnhnjhafpbamd |
Mô tả | Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced… |
Kích Thước Tệp | 8.08 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2022-12-06 |
Ngày Phát Hành | 2020-05-05 |
Đánh Giá | 1.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | mailbox.misha |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |