URList
Navigate a list of URLs in the same tab by clicking next.
URListคืออะไร?
URList เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jakeratliff.com และคุณลักษณะหลักของมันคือ "Navigate a list of URLs in the same tab by clicking next."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URList
ดาวน์โหลดไฟล์ส่วนขยาย URList ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Copy and paste multiple URLs into this Chrome extension, and click "next URL" to visit each URL down the list. Click "prev URL" to go backwards through the list. Click "clear" to add a different list. Ideal for checking a list of webpages.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hfppbgecppkbbldmpinlhdmhgdpjlmlh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/urlist/hfppbgecppkbbldmpinlhdmhgdpjlmlh |
คำอธิบาย | Navigate a list of URLs in the same tab by clicking next. |
ขนาดไฟล์ | 12.8 KB |
จำนวนการติดตั้ง | 139 |
เวอร์ชันปัจจุบัน | 0.0.2.2 |
อัปเดตครั้งล่าสุด | 2022-01-10 |
วันที่เผยแพร่ | 2019-05-07 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://jakeratliff.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://jakeratliff.com/navigate-list-urls-urlist/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URList", "description": "Navigate a list of URLs in the same tab by clicking next.", "version": "0.0.2.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |