Instant Page
instant.page Chrome Extension
Wat is Instant Page?
Instant Page is een Chrome-extensie ontwikkeld door cagdasdag81, en de belangrijkste functie is "instant.page Chrome Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Instant Page
Download Instant Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
Officiële URL | https://chrome.google.com/webstore/detail/instant-page/hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
Beschrijving | instant.page Chrome Extension |
Bestandsgrootte | 7.56 KB |
Aantal Installaties | 202 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-02-16 |
Publicatiedatum | 2019-02-12 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | cagdasdag81 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |