replace(URL)
Strings of the URL will be replaced based on the rules you define.
replace(URL)คืออะไร?
replace(URL) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ordbtk.tumblr.com และคุณลักษณะหลักของมันคือ "Strings of the URL will be replaced based on the rules you define."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย replace(URL)
ดาวน์โหลดไฟล์ส่วนขยาย replace(URL) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
面倒なURL打ち直し作業をなくせます。例えば、ローカルで開いたファイルを、developサーバーのURLで開きたい時など便利です。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | replace(URL) |
ID | hnikjjnnlhpkjmbojoefmefkmncfphek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek |
คำอธิบาย | Strings of the URL will be replaced based on the rules you define. |
ขนาดไฟล์ | 47.54 KB |
จำนวนการติดตั้ง | 402 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2013-04-18 |
วันที่เผยแพร่ | 2013-04-17 |
คะแนน | 3.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://ordbtk.tumblr.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_title": "replace(URL)" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDescription__", "default_locale": "ja", "background": { "scripts": [ "background.js" ] }, "name": "replace(URL)", "permissions": [ "tabs" ], "options_page": "options.html", "icons": { "48": "icon48.png", "128": "icon128.png", "16": "icon16.png" }, "manifest_version": 2, "version": "0.1" } |