EmojiDisplay
This extension replaces emoticon text with the Apple Emojis.
Vad är EmojiDisplay?
EmojiDisplay är en Chrome-tillägg utvecklad av ranjotsingh, och dess huvudfunktion är "This extension replaces emoticon text with the Apple Emojis.".
Ladda ner EmojiDisplay-förlängningens CRX-fil
Ladda ner EmojiDisplay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension replaces emoticon text with the Apple Emojis.
Grundläggande Information om Tillägg
Namn | |
ID | doomojimaojclkcipjldpmdbiedgaoop |
Officiell webbadress | https://chrome.google.com/webstore/detail/emojidisplay/doomojimaojclkcipjldpmdbiedgaoop |
Beskrivning | This extension replaces emoticon text with the Apple Emojis. |
Filstorlek | 9.82 KB |
Antal Installationer | 15 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2017-11-02 |
Publiceringsdatum | 2017-11-02 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | ranjotsingh |
Betalningssätt | free |
Tilläggswebbplats | https://www.ranjotsingh.com |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EmojiDisplay", "description": "This extension replaces emoticon text with the Apple Emojis.", "version": "0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "script.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |