gInfinity

Infinite scroll for Google search results and a lot of other improvements to your browser experience.

gInfinityคืออะไร?

gInfinity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thomasardal และคุณลักษณะหลักของมันคือ "Infinite scroll for Google search results and a lot of other improvements to your browser experience."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gInfinity

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

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

                        gInfinity extends your favorite search engine Google with infinite scroll. Scroll down to the bottom of the search result and the following 20 search results are automatically added to the search result.

If you experience any problems using the extension, please report them here: http://ginfinity.uservoice.com/

New in version 2.4:
- Removed ads.
- Upgraded to manifest version 2.
- Removed color picker. Now build into chrome.

New in version 2.3:
- New option to show color picker on input elements of type color.
- Background color showing result of ping now configurable.
- Ping now works on all input elements and not only those of type url.
- Shows a welcome message with choice to disable ads on install.
- Add preview arrow to results on fetched pages.

New in version 2.2:
- URL fields now automatically validate the inputted URL by doing a ping.
- AutoTab and Linkifier now enabled as default for new users.

New in version 2.1:
- Video, image and left thumbs now loaded when scrolling down.
- Progress indicator while loading new pages.
- Different colors for each digit in page number.

New in version 2.0:
- New options page.
- Added shadow on paging headers to make it look more like the Google logo.
- Added option to change or set focus on a specified input element when visiting a website.
- Added option to linkify all url's not already clickable. Option is disabled as default.
- Added option to automatically tab to next input element, when max length is reached in input elements. Option is disabled as default.
- Added option to disable ads used to finance further development of gInfinity.                    

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

ชื่อ gInfinity gInfinity
ID dgomfdmdnjbnfhodggijhpbmkgfabcmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ginfinity/dgomfdmdnjbnfhodggijhpbmkgfabcmn
คำอธิบาย Infinite scroll for Google search results and a lot of other improvements to your browser experience.
ขนาดไฟล์ 453 KB
จำนวนการติดตั้ง 16,597
เวอร์ชันปัจจุบัน 2.4.1
อัปเดตครั้งล่าสุด 2016-04-22
วันที่เผยแพร่ 2016-04-22
คะแนน 3.88/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา thomasardal
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://thomasardal.com
URL หน้าช่วยเหลือ https://ginfinity.uservoice.com/forums/139194-general
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gInfinity",
    "version": "2.4.1",
    "manifest_version": 2,
    "description": "Infinite scroll for Google search results and a lot of other improvements to your browser experience.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-1.7.min.js",
                "lib\/xpath.js",
                "js\/gInfinity.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "images\/infen_logo_16x16.png",
        "48": "images\/infen_logo_48x48.png",
        "128": "images\/infen_logo_128x128.png"
    }
}