Instant Page
instant.page Chrome Extension
Vad är Instant Page?
Instant Page är en Chrome-tillägg utvecklad av cagdasdag81, och dess huvudfunktion är "instant.page Chrome Extension".
Tilläggsskärmbilder
Ladda ner Instant Page-förlängningens CRX-fil
Ladda ner Instant Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
Officiell webbadress | https://chrome.google.com/webstore/detail/instant-page/hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
Beskrivning | instant.page Chrome Extension |
Filstorlek | 7.56 KB |
Antal Installationer | 202 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-02-16 |
Publiceringsdatum | 2019-02-12 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | cagdasdag81 |
Betalningssätt | free |
Stödda Språk | 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" ] } |