Auto Scroll Search - Scroll Infinite Pages
Search and automatically scroll pages that load more data when you scroll, like Facebook or Twitter feeds.
Auto Scroll Search - Scroll Infinite Pagesคืออะไร?
Auto Scroll Search - Scroll Infinite Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Glen Chiacchieri และคุณลักษณะหลักของมันคือ "Search and automatically scroll pages that load more data when you scroll, like Facebook or Twitter feeds."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Scroll Search - Scroll Infinite Pages
ดาวน์โหลดไฟล์ส่วนขยาย Auto Scroll Search - Scroll Infinite Pages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Auto Scroll Search you can search on pages that load more page data when you scroll, like infinitely scrolling pages or feeds. The extension will keep scrolling the page until it finds your search term or you tell it to stop. TO USE: 1. Install the extension 2. Click the Auto Scroll Search icon (∞🔍) in the top right corner of your browser 3. A search bar will appear at the top of the page and you can enter your search term there and click Search. The page will start scrolling if no results are found or you go past the last result. FEATURES: ✔ Smoothly auto-scrolls pages to load more content ∞ ✔ Works on any site or any page with scrolling — X, Facebook, Instagram, Youtube, etc. 🌐 ✔ Choose 'Click button' to auto-click buttons to load more content 👆 ✔ 'Stop' button stops scrolling 🛑 ✔ Pauses between scrolls to let new content load and not spam websites 🚯 ✔ Navigate easily between search results with first, previous, next, and last buttons in the search bar ⏮ ◀️ ▶️ ⏭ ✔ Switch tabs while your search runs and Auto Scroll Search will notify you in the tab title when a result is found 🚨 ✔ 'Scroll into view' button lets you scroll the page to the currently highlighted search result if you scroll away 👀 ✔ Works on pages without scrolling / dynamically loaded content too 😄 This is the 🆓 BETA VERSION. Some things may not work correctly because the internet is a big place. If something doesn't work, please use the contact link in the bottom right corner of the search bar instead of leaving a bad review and I'll fix it :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Scroll Search - Scroll Infinite Pages |
ID | ieceeinfkigfaeoomfimmecebngempef |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-scroll-search-scroll/ieceeinfkigfaeoomfimmecebngempef |
คำอธิบาย | Search and automatically scroll pages that load more data when you scroll, like Facebook or Twitter feeds. |
ขนาดไฟล์ | 195 KB |
จำนวนการติดตั้ง | 4,069 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-11-15 |
วันที่เผยแพร่ | 2020-12-01 |
คะแนน | 4.86/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | Glen Chiacchieri |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Scroll Search - Scroll Infinite Pages", "short_name": "autoscrollsearch", "version": "1.0.3", "author": "Glen Chiacchieri", "description": "Search and automatically scroll pages that load more data when you scroll, like Facebook or Twitter feeds.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_title": "Auto Scroll Search" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+F" } } }, "background": { "service_worker": "dist\/background.js" }, "offline_enabled": true, "permissions": [ "activeTab", "scripting" ] } |