Instant Page

instant.page Chrome Extension

什麼是Instant Page?

Instant Page是由cagdasdag81開發的Chrome擴展程式,該擴展的主要功能是“instant.page Chrome Extension”。

擴展截圖

screenshot

下載Instant Page擴展crx文件

下載Instant Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Instant Page Instant Page
ID hmjffbhgdpbhfemdjncjjpfcjiaiflbi
官方網址 https://chrome.google.com/webstore/detail/instant-page/hmjffbhgdpbhfemdjncjjpfcjiaiflbi
簡介 instant.page Chrome Extension
檔案大小 7.56 KB
安裝次數 202
目前版本 1.0
更新時間 2019-02-16
上架時間 2019-02-12
評分 3.00/5 共 2 次評分
開發者 cagdasdag81
付費類型 free
支援的語言 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"
    ]
}