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
官方URL 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"
    ]
}