Replace URL
Replace URL in the address bar.
Replace URLคืออะไร?
Replace URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย decoy123 และคุณลักษณะหลักของมันคือ "Replace URL in the address bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replace URL
ดาวน์โหลดไฟล์ส่วนขยาย Replace URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Replace URL |
ID | oeiokhhfnleodojlgieagmmcfglamnaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa |
คำอธิบาย | Replace URL in the address bar. |
ขนาดไฟล์ | 171 KB |
จำนวนการติดตั้ง | 2,497 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-09-24 |
วันที่เผยแพร่ | 2017-04-05 |
คะแนน | 3.29/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | decoy123 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/decoy123/replace_url |
ภาษาที่รองรับ | 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" } } |