Instant Page
instant.page Chrome Extension
Apa itu Instant Page?
Instant Page adalah ekstensi Chrome yang dikembangkan oleh cagdasdag81, dan fitur utamanya adalah "instant.page Chrome Extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Instant Page
Unduh file ekstensi Instant Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
URL Resmi | https://chrome.google.com/webstore/detail/instant-page/hmjffbhgdpbhfemdjncjjpfcjiaiflbi |
Deskripsi | instant.page Chrome Extension |
Ukuran File | 7.56 KB |
Jumlah Instalasi | 202 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-02-16 |
Tanggal Publikasi | 2019-02-12 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | cagdasdag81 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |