Stop Westlaw Timeout
An extension that stops Westlaw NZ pages from timing out.
Cos'è Stop Westlaw Timeout?
Stop Westlaw Timeout è un'estensione di Chrome sviluppata da Andrew Easterbrook, e la sua funzione principale è "An extension that stops Westlaw NZ pages from timing out.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stop Westlaw Timeout
Scarica i file di estensione Stop Westlaw Timeout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jokaanhggjngfndngphamiigdihnmjie |
URL Ufficiale | https://chrome.google.com/webstore/detail/stop-westlaw-timeout/jokaanhggjngfndngphamiigdihnmjie |
Descrizione | An extension that stops Westlaw NZ pages from timing out. |
Dimensione del File | 13.75 KB |
Conteggio Installazioni | 80 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2016-06-21 |
Data di Pubblicazione | 2016-06-21 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Andrew Easterbrook |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |