Emoji Insert
Insert text Emoji's with the right-click context menu
Vad är Emoji Insert?
Emoji Insert är en Chrome-tillägg utvecklad av zXxQuaDxXz, och dess huvudfunktion är "Insert text Emoji's with the right-click context menu".
Tilläggsskärmbilder
Ladda ner Emoji Insert-förlängningens CRX-fil
Ladda ner Emoji Insert-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 is for inserting Kaomoji's (Text Emojis) into your posts. This is for personal use. As-is and no support provided. Original Code from: https://chrome.google.com/webstore/detail/kaomoji-menu/malffokilgbglamgbaphicpfaolilnhe Kaomojis from: http://kaomoji.ru and http://japaneseemoticons.me Update 1.4: --> Consolidated Menu
Grundläggande Information om Tillägg
Namn | |
ID | fnacehmbogancnfjgmdmeicophoekfma |
Officiell webbadress | https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma |
Beskrivning | Insert text Emoji's with the right-click context menu |
Filstorlek | 26.78 KB |
Antal Installationer | 212 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2018-11-27 |
Publiceringsdatum | 2018-11-27 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | zXxQuaDxXz |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emoji Insert", "description": "Insert text Emoji's with the right-click context menu", "version": "1.4", "permissions": [ "contextMenus", "tabs", "activeTab" ], "background": { "scripts": [ "EmojiContextMenu.js" ] }, "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" } } |