Instant Page
instant.page Chrome Extension
Cos'è Instant Page?
Instant Page è un'estensione di Chrome sviluppata da cagdasdag81, e la sua funzione principale è "instant.page Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instant Page
Scarica i file di estensione Instant Page 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 is a chrome extension for use instant.page for all websites. Before a user clicks on a link, they hover their mouse over that link. When a user has hovered for 65 ms there is one chance out of two that they will click on that link, so instant.page starts preloading at this moment, leaving on average over 300 ms for the page to preload. You can check detailed description on : http://instant.page
Informazioni di Base sull'Estensione
Nome | |
ID | hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
URL Ufficiale | https://chrome.google.com/webstore/detail/instant-page/hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
Descrizione | instant.page Chrome Extension |
Dimensione del File | 7.56 KB |
Conteggio Installazioni | 202 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-02-16 |
Data di Pubblicazione | 2019-02-12 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | cagdasdag81 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Page", "version": "1.0", "manifest_version": 2, "author": "\u00c7a\u011fda\u015f Da\u011f", "description": "instant.page Chrome Extension", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |