Up Url
enables auto-parsing and navigation of current url
Up Urlคืออะไร?
Up Url เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://netrc.com และคุณลักษณะหลักของมันคือ "enables auto-parsing and navigation of current url"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Up Url
ดาวน์โหลดไฟล์ส่วนขยาย Up Url ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple, unobtrusive utility that helps navigate websites. Clicking on the icon will display a list of URLs, each one based on the current tab's URL with subdirectories deleted one-by-one. This allows you to go to exactly where you want to in the site's URL hierarchy without having to find the 'home' or other exact link on the page. Free, no ads, no analytics.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
คำอธิบาย | enables auto-parsing and navigation of current url |
ขนาดไฟล์ | 19.5 KB |
จำนวนการติดตั้ง | 145 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-01-17 |
วันที่เผยแพร่ | 2014-01-17 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://netrc.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Up Url", "version": "1.0", "description": "enables auto-parsing and navigation of current url", "browser_action": { "default_icon": "icon.png", "default_popup": "upurl.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |