Stop Westlaw Timeout
An extension that stops Westlaw NZ pages from timing out.
Stop Westlaw Timeoutคืออะไร?
Stop Westlaw Timeout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Easterbrook และคุณลักษณะหลักของมันคือ "An extension that stops Westlaw NZ pages from timing out."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Westlaw Timeout
ดาวน์โหลดไฟล์ส่วนขยาย Stop Westlaw Timeout ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will automatically refresh any Westlaw NZ page every two hours. It will reset the (currently four hour) timeout timer and stop you from being logged out. You won't lose your place on the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jokaanhggjngfndngphamiigdihnmjie |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/stop-westlaw-timeout/jokaanhggjngfndngphamiigdihnmjie |
คำอธิบาย | An extension that stops Westlaw NZ pages from timing out. |
ขนาดไฟล์ | 13.75 KB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2016-06-21 |
วันที่เผยแพร่ | 2016-06-21 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Andrew Easterbrook |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stop Westlaw Timeout", "version": "1", "description": "An extension that stops Westlaw NZ pages from timing out.", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "webNavigation", "*:\/\/*.westlaw.co.nz\/*" ], "icons": { "128": "icon.png" }, "web_accessible_resources": [ "script.js" ], "content_scripts": [ { "matches": [ "*:\/\/*.westlaw.co.nz\/*" ], "js": [ "script.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |