Instant Page
instant.page Chrome Extension
Co to jest Instant Page?
Instant Page to rozszerzenie Chrome opracowane przez cagdasdag81, a jego główną funkcją jest „instant.page Chrome Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Instant Page
Pobierz pliki rozszerzeń Instant Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
Oficjalny URL | https://chrome.google.com/webstore/detail/instant-page/hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
Opis | instant.page Chrome Extension |
Rozmiar pliku | 7.56 KB |
Liczba instalacji | 202 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-02-16 |
Data Publikacji | 2019-02-12 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | cagdasdag81 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |