Synballo (egokobopkifbejiejfimicpndljehial): The best symbols characters emoji extension for your browser... Read More > or Download Now >
Synballo for Chrome
Tech Specs
- • Type: Browser Extension
- • Latest Version: 0.6.4
- • Price: Freeware
- • Offline: No
- • Developer: synballo.xport.top
User Reviews
- • Rating Average
- 5 out of 5
- • Rating Users
- 1
Download Count
- • Total Downloads
- 3
- • Current Version Downloads
- 3
- • Updated: December 23, 2022
Synballo is a free Productivity Extension for Chrome. You could download the latest version crx file and install it.
More About Synballo
✔️ 100% secure and private
✔️ No copy-paste required
✔️ Easy and fast settings
✔️ Works with all websites
➕ over 8,000 symbols
➕ syncs with your browser profile
➕ regular expression (RegEx) compatible search
➕ gender/skin/hair search filters
➕ reset recent
➕ set recent limit (10 - 100)
➕ set any category as default
➕ set last visited category as default
➕ copy to clipboard delay
➕ show/hide info messages
➕ best optimized
Synballo — is an extension for web browsers that provides convenient toolkit and the greatest set of symbols (>8000). The smallest extension in it's niche and the most optimized. Choose symbols you like, Synballo auto-save it to recently used and syncs across devices. Choose text field on any website and pick symbol in Synballo. That's it, no need to copy-paste! Regular expression compatible search. Flexible settings. Open-source. 100% security and privacy. No ads.
Choose any text field on any website, click Synballo icon in Extensions and click search or press the Tab key on your keyboard to input a search query. Use regular expressions for comlex queries: starts with, ends with, escaping special characters, groups and ranges, quantifiers, four types of assertions
Examples:
Show all: .*
Starts with: ^man (symbols that starts with "man")
Ends with: man$ (symbols that ends with "man")
Escape special characters: \* (escape asterisk); \(.*\) (symbols with round brackets in description)
Groups and Ranges: ^[a-c|d-f] (symbols that starts with a letter from "a" to "c" or "d" to "f"); hand[^s] (for "hand" without letter "s")
Quantifiers: \d{2,} (two or more than two numbers in description)
Look ahead: raised(?=.*hand) ("raised" followed by "hand")
Look behind: (?