Infinite Search
Get Infinite scroll in google, youtube, yahoo, bing
Infinite Searchคืออะไร?
Infinite Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sarathisahoo และคุณลักษณะหลักของมันคือ "Get Infinite scroll in google, youtube, yahoo, bing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Infinite Search
ดาวน์โหลดไฟล์ส่วนขยาย Infinite Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you like infinite scroll in facebook, you will definitely like this add on. It will add same feature for google,youtube,Yahoo Search and bing. Search anything on these sites and you get new results as you scroll down, down and down.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | djfccodmdanlhchfeamajnhjjaafmabd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd |
คำอธิบาย | Get Infinite scroll in google, youtube, yahoo, bing |
ขนาดไฟล์ | 5.04 KB |
จำนวนการติดตั้ง | 235 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-04-23 |
วันที่เผยแพร่ | 2018-04-23 |
คะแนน | 1.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | sarathisahoo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Infinite Search", "version": "1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "description": "Get Infinite scroll in google, youtube, yahoo, bing", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "InfiniteSearch.js" ], "run_at": "document_start" } ] } |