njgkgdihapikidfkbodalicplflciggb
use SPC key to goto next page when at the bottom of a page. When reading online documents or novels, I usually use SPC to scroll page. But SPC doesn't go to next page automatically. This add-on rebinds SPC key so that it scrolls page when there is more on the page, it goes to next page when you are at the bottom of a page. You can also press n key anytime to go to next page directly. From v2.12.0, it prerender or prefetch next page link to speed up page load. From v3.2.0, on touch device, swipe up when at page bottom also go to next page automatically. nextpage is free software released under GPLv3. The source code is hosted at github. BUG Report =================== If you found a problem and would like to get it fixed, please report it here: https://github.com/sylecn/ff-nextpage/issues nextpage tries hard to not get in your way. If you find nextpage breaks your blog admin panel, some online registration form, or any kind of cool web application, please report a bug. You can also use (ignore-on "URL_REGEXP") in user config to disable this add-on on given website. Currently English, Chinese and German web pages are best supported. Most other languages work too, just not as well maintained. Submit a bug if you found something that didn't work. nextpage allows you to bind keys to some nextpage related functions. Here is the default key-bindings: SPC scroll up/next page n next page p previous page Here is the real code for this default binding: (bind "SPC" 'nextpage-maybe) (bind "n" 'nextpage) (bind "p" 'previous-page) You can disable/overwrite built-in bindings and define your own bindings easily. Read the built-in help document with the installed add-on for more information. Click help button in add-on option. For example, in user preferences page, You can bind c to copy page title and url: (bind "c" 'copy-title-and-url-maybe)
Auto Scroll Search - Scroll Infinite Pages
Search and automatically scroll pages that load more data when you scroll, like Facebook or Twitter feeds. 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 :)
Keep scrolling down to load contents of a web page
Automatically scroll a web page down to reach its bottom, preload all its contents and use Ctrl+F search in the entire page A tool for automatically scrolling a web page down. Once you click the icon or press Ctrl+B, the page will keep scrolling to its bottom until you click the icon again or load the entire page. It is a solution for the web sites that load more content as the users reach the bottom of the page. You typically see variations of the infinite scroll in social networking sites or online shops. However you do it, it can be annoying to scroll down and wait for more content. Spinning hard a mouse wheel or dragging a scrollbar handle that jumps back up is sometimes is not a nice user experience. It is nicer to first load the content and then to browse through it, particularly if you are interested in the text contents. A simple use case: You want to look for a keyword using Ctrl+F box on a web page where all the contents are loaded only after the page bottom is reached many times. Unfortunately the google search can serve as an example. Without the extension, it is not a difficult but also not enjoyable repetitive task trying to reach the end of the page as the search results continue to load and move the end away. With the extension, you click or press Ctrl+B and wait a bit. The extension's code is explained in https://marian-caikovski.medium.com/how-to-use-ctrl-f-in-web-pages-with-infinite-scrolling-ef71c2382838
Extentie - extension manager
A simple and elegant Chrome extension manager allows you manage your extensions in a popup window. Extentie is a simple and beautiful tool that allows you to toggle and manage Chrome extensions in a popup. Latest update: - Now you can create your own groups to manage your extensions - Revamped from ground up, added more features
TabStacks: tab and history search
View and search through open tabs and browser history. TabStacks is a vertical tab menu that helps you find the content you were looking for. Filter the tabs you have open and TabStacks will list the open tabs that match. If TabStacks can't find an open tab, it searches through your history to see if you had a tab open previously! TabStacks is designed to be keyboard and screen reader accessible. Press [CTRL]+[SHIFT]+[K] to open the menu, start typing to filter your tabs, and use the [DOWN] arrow key to navigate to the tab you want, and [ENTER] to open that tab. You can always use your mouse as well. You can search through your history during a tab search by pressing [CTRL+SHIFT+S]. You can close a tab by highlighting it in the list using the arrow keys or right-click and pressing [DELETE] or by clicking the close button on the tab. TabStacks is a high performance and secure extension for Chrome. TabStacks doesn't download external files, doesn't store any information about your activity. *** UPDATES *** Version 2.0.2 * Fixed bug where the popup doesn't close on tab change * Added a settings item to allow the option to hold the popup open Version 2.0.1 * The default keyboard shortcut for toggling the search is now CTRL+SHIFT+S due to the browser using nearly all possible combinations of CTRL+ a single key. * The keyboard shortcut key is now configurable, you can modify it in the settings page. Click the gear icon at upper right of the popup to access settings. * Minor cosmetic updates to the settings page. Version 2.0 * Tabs shown in the popup are synchronized with the state of the tabs in the browser: * Title updates are reflected in real-time. * New or deleted tabs are reflected in the tab list. * Close tabs using a button on the tab. Close buttons show on hover or focus. * Tabs display an audio icon if playing audio. * For audible tabs, clicking the icon will mute and unmute the tab. * Settings page has been added, click the gear icon top-right to access settings. Version 1.0.8 * Added lazy loading for site icons to speed up rendering * Reduced requested browser permissions Version 1.0.7 * Linux support for launching TabStacks from keyboard with [CTRL+SHIFT+K]. * PopupMenu now has a max-height instead of fixed height. * Fixed bug on Windows where the scroll bar was rendered even if the tabs would not scroll. Version 1.0.6 * Improved search algorithm for both tabs and history. * Searches much longer history time period. * Tabs in the current window always appear at top when popup is opened (User suggestion). * URLs for tabs appear on focus or mouseover (User suggestion). * Engineering improvements under the hood to use Web Components for rendering.