Infinite Scroll for Google™

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

Infinite Scroll for Google™란 무엇입니까?

Infinite Scroll for Google™은(는) Mathias Saalwächter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Infinite Scroll for Google™ search results. Search faster, be more efficient."입니다.

확장 프로그램 스크린샷

Infinite Scroll for Google™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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