Synballo

The best symbols characters emoji extension for your browser

Synballo क्या है?

Synballo https://synballo.xport.top द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best symbols characters emoji extension for your browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Synballo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ✔️ Open-source
✔️ 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: (?<=woman).*man ("woman" before "man")

Negative look ahead: raised(?!.*hand)

Negative look behind: (? 

एक्सटेंशन की मूल जानकारी

नाम Synballo Synballo
ID egokobopkifbejiejfimicpndljehial
आधिकारिक URL https://chromewebstore.google.com/detail/synballo/egokobopkifbejiejfimicpndljehial
विवरण The best symbols characters emoji extension for your browser
फ़ाइल का आकार 73.14 KB
स्थापना संख्या 47
वर्तमान संस्करण 0.6.4
अंतिम अपडेट 2022-12-24
प्रकाशन तिथि 2021-06-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://synballo.xport.top
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://synballo.xport.top/
सहायता पृष्ठ URL https://twitter.com/synballo
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Synballo",
    "description": "The best symbols characters emoji extension for your browser",
    "manifest_version": 3,
    "version": "0.6.4",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "64": "char-map.png"
    },
    "action": {
        "default_popup": "synballo.html",
        "default_title": "Synballo"
    }
}