rURL
Copy the relative URL to clipboard.
rURLคืออะไร?
rURL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://doeken.org และคุณลักษณะหลักของมันคือ "Copy the relative URL to clipboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rURL
ดาวน์โหลดไฟล์ส่วนขยาย rURL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Making content updates on a website can be a real pain when you are working with links. You want to use relative links, but it can be annoying to have to select that part, copy it, and then paste it in your editor / CMS. Install this extension, go to a page and click the button. The relative part of the url has been copied to your clipboard and you can paste it directly in your editor / CMS. No more hassle of precisely selecting. Point, click, paste. It's that easy.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | rURL |
ID | lgkbcnabknojommeiggfgjhjdljgdkbb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rurl/lgkbcnabknojommeiggfgjhjdljgdkbb |
คำอธิบาย | Copy the relative URL to clipboard. |
ขนาดไฟล์ | 5.86 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-01-07 |
วันที่เผยแพร่ | 2014-01-07 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://doeken.org |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rURL", "description": "Copy the relative URL to clipboard.", "version": "1.0", "background": { "page": "background.html" }, "icons": { "48": "rUrl_48px.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Copy relative URL" }, "permissions": [ "tabs", "clipboardWrite" ], "homepage_url": "http:\/\/doeken.org", "offline_enabled": true } |