hbchlflhkijhfaidjncekkdfadplapef
Replace words on the current page while maintaining capitalization.
Speed Dial
Speed Dial changes standard page to the new tab page with your saved bookmarks. The Speed Dial expansion changes standard browser tab to beautiful new tab page with Visual Bookmarks. The main advantage of Speed Dial in comparison with the standard page is that you can add the links to the websites of your choice so you always have direct access to them. And also you can sort the icons of already added links. Our expansion also adds the search bar. The page layout can be changed in the expansion settings, you can also change the search engine used for the search bar. Thanks to "import and export" function your visual bookmarks will not be lost after browser or system reinstallation. This function also allows you to transfer your saved bookmarks to other computers with New Tab Page installed instead of standard page.
Word Replacer Max
Seamlessly replace text on any web page. ⚡️ Smart Text Replacement Set up rules to automatically transform text across the web. 🌐 Domain Controls Specify which sites your rules apply to using allow or block lists. 🤝 Share & Import Exchange rule sets with friends and teammates to share useful replacements. 🎯 Pattern Matching Fine-tune rules using whole word, case sensitivity, or regular expressions for exact control. 🎨 Visual Styling Optionally highlight changes with styles such as bold, italic, underline, or background colors to make them stand out. 🌗 Dark Mode Eye comfort for all times of day. 1. Install Word Replacer Max 2. Click the extension icon in your toolbar 3. Create your first replacement rule 4. Start browsing with your personalized web experience ❯ Simple to use but powerful when you need it ❯ Full control over where replacements happen ❯ Your rules stay private on your device ❯ Open source code on GitHub: https://github.com/dan-lovelace/word-replacer-max
Rewords — Text Replacer
Replace words with words as you browse Rewords instantly replaces any words or phrases on web pages as you browse. Clean, fast, and seamless. — Click the Rewords icon in your Chrome toolbar to open the popup. Your Library shows all your current word pairs. — Free version gives you 3 slots. Upgrade for unlimited. — Add a pair: type the word to replace, type the new word (max 30 characters), then hit Add. — Smart validation prevents duplicates, empty fields, or overly long replacements. — Your pairs appear with the original struck through and the replacement in bold. Tap × to remove any. — Clear everything with Delete all (with confirmation). As you browse, replacements happen live in real-time with zero slowdown. Your words. Your rules. No surprises.
Text Rewriter
Replace specified phrases on a page Arbitrary substitution of any visible text on a page. Rewrite customizable patterns in a page. Created mostly for personal amusement, inspired by XKCD #1288 and "butt to butt." By default provides a sensible "mispell" -> "misspell" replacement. Supports any Yavascripp regular expressions, including backrefs and captures. I just visit the visible text nodes on the page and use nodeValue.replace for each provided pattern. This means if there is an overlapping pair of patterns A -> B and B -> C, then both A and B go to C. Clicking the icon in the taskbar disables the addon for that domain. For example maybe you went a little overzealous with the substitutions and want to disable it on Slack because of possible... misunderstandings. Also has an experimental live update feature that will perform replacements on any text that appears even after the page loaded (such as Youtube captions).