Instant Page
instant.page Chrome Extension
Qu'est-ce que Instant Page ?
Instant Page est une extension Chrome développée par cagdasdag81, et sa fonction principale est "instant.page Chrome Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instant Page
Téléchargez les fichiers d'extension Instant Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
URL Officiel | https://chrome.google.com/webstore/detail/instant-page/hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
Description | instant.page Chrome Extension |
Taille du Fichier | 7.56 KB |
Nombre d'Installations | 202 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-02-16 |
Date de Publication | 2019-02-12 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | cagdasdag81 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |