Instant Page

instant.page Chrome Extension

Что такое Instant Page?

Instant Page - это расширение Chrome, разработанное cagdasdag81, и его основная функция - "instant.page Chrome Extension".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Instant Page

Скачайте файлы расширений 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"
    ]
}