Emoji Swap
Swap between several emoji webfonts
Τι είναι το Emoji Swap;
Το Emoji Swap είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 360.by.roderick, και η κύρια λειτουργία του είναι "Swap between several emoji webfonts".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Emoji Swap
Λήψη αρχείων επέκτασης Emoji Swap σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Swaps system emojis with another emoji family, via the magic of webfonts. Enables your Chrome browser to display colored emojis even if your OS does not support it. The extension should work automatically after installation. The extension also provides a few options to manage the emojis. Emojis included: ✅ Noto Color Emoji ✅ Twemoji ✅ Blobmoji ✅ OpenMoji ✅ Fluent Emoji ✅ Noto Emoji Mono ✅ Openmoji Black ✅ OpenSans+Noto ✅ Fluent Emoji Mono ✅ EmojiTwo * Emoji attributions are included in the help file * Noto Color and Blobmoji emojis have support for Unicode v15.0 🔔 Limitations This extension should work for 90% of web pages out there, but note the following technical limitations. ★ Uses WOFF2 and TTF webfonts so may cause issues if your browser has poor support for webfonts. ★ Only replaces emojis that are already available during the initial page load. Emojis added after via ajax, lazy-loading or other scripts will not be affected. ★ Only works if browser is connected to the internet. It pulls emoji data from the internet, so replacement emojis may not appear if you're offline. ★ Also, replacement emojis will not appear when viewing local HTML files. ★ A 2-second delay was added when loading Emojis in YouTube since YouTube partially adds/pulls/shows content on a on-demand basis. ★ Can cause pages that contain many emojis to load very slowly. ★ May interfere with websites that interact with or are reliant on text emojis for their functionality. ★ May interfere with other emoji-related extensions. 👍 Advantages ★ Replaces the default emoji set if you're not happy with the default emoji that comes with your OS. ★ Adds emoji support to Chrome, even if not supported by the OS. ★ Includes emojis that support Unicode v15. ★ Flags are shown correctly as actual flags, instead of the two-letter combo. Sites that load a lot of emojis per tab may cause the extension to freeze. ▞▀▀ ▌ ⚡ ▌ If you feel that this extension has made ❥ your favorite sites slow or unusable, use ▌ the [Options] page to add them to the ▌ exception list. ▚▅▅ 🐸 Version 0.0.4 * Updates to improve loading speed * Bug fixes for minor issues * Corrected Openmoji to OpenMoji Version 0.0.3 * Fixed issue where saving merges all URLs as one long string * Added link to online help (https://bit.ly/EmojiSwapHelpFiles) * Note that above link is a work in progress Version 0.0.2 * Bug fixes Version 0.0.1 * Initial release
Βασικές Πληροφορίες Επέκτασης
Όνομα | Emoji Swap |
ID | ggjmjkeaeojfdcbafefloifeaepeaeah |
Επίσημο URL | https://chromewebstore.google.com/detail/emoji-swap/ggjmjkeaeojfdcbafefloifeaepeaeah |
Περιγραφή | Swap between several emoji webfonts |
Μέγεθος Αρχείου | 59.72 KB |
Αριθμός Εγκαταστάσεων | 898 |
Τρέχουσα Έκδοση | 0.0.4 |
Τελευταία Ενημέρωση | 2022-11-29 |
Ημερομηνία Δημοσίευσης | 2022-10-04 |
Αξιολόγηση | 4.63/5 Συνολικά 16 Αξιολογήσεις |
Προγραμματιστής | 360.by.roderick |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/the-emoji-guy/Emoji-Swap |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/the-emoji-guy/Emoji-Swap |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Emoji Swap", "description": "Swap between several emoji webfonts", "version": "0.0.4", "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "permissions": [ "activeTab", "scripting", "storage" ], "content_scripts": [ { "js": [ "emojiSwap.js" ], "css": [ "emojiSwap.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_icon": { "16": "off\/icon-16.png", "48": "off\/icon-48.png", "128": "off\/icon-128.png" }, "default_title": "Click me to manage emojis for the current tab" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "o_Options.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "*.woff2", "*.ttf", "o_Help.html", "o_Attribution.html", "o_Options.html", "options.js", "logo\/*" ], "matches": [ " |