Stop Westlaw Timeout
An extension that stops Westlaw NZ pages from timing out.
什么是Stop Westlaw Timeout?
Stop Westlaw Timeout是由Andrew Easterbrook开发的Chrome扩展程序,该扩展的主要功能是“An extension that stops Westlaw NZ pages from timing out.”。
扩展截图
下载Stop Westlaw Timeout扩展crx文件
下载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 } |