Infinite Scroll for Google™

Infinite Scroll for Google™ search results. Search faster, be more efficient.

Infinite Scroll for Google™คืออะไร?

Infinite Scroll for Google™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mathias Saalwächter และคุณลักษณะหลักของมันคือ "Infinite Scroll for Google™ search results. Search faster, be more efficient."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Infinite Scroll for Google™

ดาวน์โหลดไฟล์ส่วนขยาย Infinite Scroll for Google™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Just scroll to the end of the search results and this smart extension will automatically adding the following result pages for you.

It makes your search experience smooth and as power user you will be thankful for this extension, making you more efficent!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Infinite Scroll for Google™ Infinite Scroll for Google™
ID acjdmkdcbbhokaleofmalpcnnkpgphpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/infinite-scroll-for-googl/acjdmkdcbbhokaleofmalpcnnkpgphpb
คำอธิบาย Infinite Scroll for Google™ search results. Search faster, be more efficient.
ขนาดไฟล์ 51.84 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2017-04-23
วันที่เผยแพร่ 2017-04-23
คะแนน 3.97/5 รวมทั้งหมด 61 คะแนน
ผู้พัฒนา Mathias Saalwächter
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "lib\/jquery-1.7.min.js",
                "js\/gInfinity.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "Infinite Scroll for Google\u2122 search results. Search faster, be more efficient.",
    "icons": {
        "128": "images\/g_infinite_scroll_logo_128x128.png",
        "16": "images\/g_infinite_scroll_logo_16x16.png",
        "48": "images\/g_infinite_scroll_logo_48x48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhCUXge+3YGbF3757ZWcZjAGVH7ft96WXj6WuLbvoFSIiy+tlBm9ojobTuvwkRAQf+zulJjbHFZEGhvu9ghnbDcKmR8gTl\/LRWcBQb2wH2EMvioI7zT+X51B8ZxLnyeWuKN6x8y02mfBy2W9RcOmZEDODDUqGZWyZ22NHcegSEB3SLELfcngqpBUQUGdHo\/96+wvi2j1TDeBTcwr5wq857XIiXTUr9gYlL+Q8hH9jTyMycfyxmjxncQwjJn78VjwVFe3BeYUq7M46zbUDouLfl14ytJui1OGARbizB9T9tzIbur4xZjT\/2K2PnAswQpV2FgJR6vv8uOFrkk2PoEbi3QIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "6.0.0.0",
    "name": "Infinite Scroll for Google\u2122",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2"
}