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คืออะไร?
Link url replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mailbox.misha และคุณลักษณะหลักของมันคือ "Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link url replacer
ดาวน์โหลดไฟล์ส่วนขยาย Link url replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Link url replacer |
ID | kefopaofjlhaddnijefhnhnjhafpbamd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/link-url-replacer/kefopaofjlhaddnijefhnhnjhafpbamd |
คำอธิบาย | Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced… |
ขนาดไฟล์ | 8.08 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-12-06 |
วันที่เผยแพร่ | 2020-05-05 |
คะแนน | 1.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | mailbox.misha |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |