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"
    ]
}