Emoji Magic

Find Emoji Easily. Safe and secure: only asks for clipboard permissions.

Emoji Magic क्या है?

Emoji Magic https://www.simple.gy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Emoji Easily. Safe and secure: only asks for clipboard permissions."।

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

screenshot
screenshot

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

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

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

                        Emoji Magic makes it easy to find emoji and copy them to your clipboard.

1. Click the extension icon: `🔮`
2. Type in what you want, like "cat"
3. Hit "enter" or click on the exact emoji you want

Demo: https://www.simple.gy/emoji-magic/

Keyboard shortcut: Ctrl+Shift+O (or customize with "chrome://extensions/shortcuts")

1. 🔧 Actual unicode chars -- no images, native emoji rendering
2. 📘 Rich Text Matching -- Uses a thesaurus to support broad keyword matching.
3. 🔗 Multi-word queries -- try "sad cat", or "blue heart"
4. 🧠 Remembers locally -- Saves the last emoji you picked so you can pick them again easily
5. 🔒 Strong security -- Doesn't ask for dangerous Chrome permissions, just clipboard access

This app doesn't require permissions to "read and change data on all the sites you visit". Instead, it only asks for clipboard access.

RELEASE NOTES:

### 2022-01-20 (v1.13.0): New Emoji

Updated the database with great new emoji like "ice cube" and "sloth".

- 242 new emoji! (Was `1570`, now `1812`)
- Unicode version supported: `v13.0`

One note: these new v12 and v13 emoji are not supported yet by all systems. As a result, you might start seeing little "[]" boxes. This means your platform does not yet support this particular emoji. (for example: MacOS Mojave doesn't support the cool 🧊 "ice" emoji from the `v12.0` set put out by unicode. But, MacOS Catalina does. All you can do is wait to use those.)

### 1.0.11: Big improvement to filtering logic

You should now see much broader results with better sorting (try: "red car", "blue diamond"). It now accounts for both keyword and thesaurus matches, but ranks the results: keywords are a better match than thesaurus terms, and the more the search term overlaps, the stronger the match is.                    

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

नाम Emoji Magic Emoji Magic
ID jfegjdogmpipkpmapflkkjpkhbnfppln
आधिकारिक URL https://chromewebstore.google.com/detail/emoji-magic/jfegjdogmpipkpmapflkkjpkhbnfppln
विवरण Find Emoji Easily. Safe and secure: only asks for clipboard permissions.
फ़ाइल का आकार 692 KB
स्थापना संख्या 1,287
वर्तमान संस्करण 1.13.2
अंतिम अपडेट 2022-02-11
प्रकाशन तिथि 2019-12-30
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर https://www.simple.gy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.simple.gy/projects/emoji-magic/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Magic",
    "short_name": "Emoji Magic - Find Emojis Fast and Easy",
    "description": "Find Emoji Easily. Safe and secure: only asks for clipboard permissions.",
    "version": "1.13.2",
    "homepage_url": "https:\/\/www.simple.gy\/projects\/emoji-magic\/",
    "offline_enabled": true,
    "manifest_version": 2,
    "icons": {
        "16": "src\/icons\/icon16.png",
        "48": "src\/icons\/icon48.png",
        "128": "src\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "src\/icons\/icon19.png",
        "default_title": "Emoji Magic",
        "default_popup": "src\/browser_action.html"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "omnibox": {
        "keyword": "emoji search find keyword emojis smileys unicode keyboard synonym thesaurus"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+O",
                "mac": "Command+Shift+O",
                "chromeos": "Ctrl+Shift+O",
                "linux": "Ctrl+Shift+O"
            }
        }
    }
}