Stop Westlaw Timeout
An extension that stops Westlaw NZ pages from timing out.
What is Stop Westlaw Timeout?
Stop Westlaw Timeout is a Chrome extension developed by Andrew Easterbrook, and its main feature is "An extension that stops Westlaw NZ pages from timing out.".
Extension Screenshots
Download Stop Westlaw Timeout Extension CRX File
Download Stop Westlaw Timeout extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jokaanhggjngfndngphamiigdihnmjie |
Official URL | https://chrome.google.com/webstore/detail/stop-westlaw-timeout/jokaanhggjngfndngphamiigdihnmjie |
Description | An extension that stops Westlaw NZ pages from timing out. |
File Size | 13.75 KB |
Installation Count | 80 |
Current Version | 1 |
Last Updated | 2016-06-21 |
Publish Date | 2016-06-21 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Andrew Easterbrook |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |