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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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