Svgmoji
Creates a link to an image for the emoji in the selection
Что такое Svgmoji?
Svgmoji - это расширение Chrome, разработанное TwenT7 | Magomedov Said, и его основная функция - "Creates a link to an image for the emoji in the selection".
Снимки экрана расширения
Скачать файл CRX расширения Svgmoji
Скачайте файлы расширений Svgmoji в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adds buttons to the context menu, that's generates link to svg image for emoji in a selection, or copies the image itself to the clipboard. Supported sources: Twemoji, Noto Color Emoji, Openmoji, Emojione, JoyPixels. Examples of use cases: * Notion.so supports embedding images instead of uploading, so you can use this extension to create a link to an images from your favorite emoji-pack and the paste it to the page as image block or use it as page icon. Because it is embedding, such icons are always in sync with all updates in the pack. * Designing cards, collages and etc.. Just change "copy mode" to "an image" option, select emoji, apply extension on it and now you can paste an image.
Основная информация о расширении
Название | |
ID | fkfpnaflphlcmdjbafoniiaidjcccngh |
Официальный URL | https://chromewebstore.google.com/detail/svgmoji/fkfpnaflphlcmdjbafoniiaidjcccngh |
Описание | Creates a link to an image for the emoji in the selection |
Размер файла | 68.85 KB |
Количество установок | 38 |
Текущая Версия | 1.7.2 |
Последнее Обновление | 2021-09-19 |
Дата публикации | 2021-01-20 |
Разработчик | TwenT7 | Magomedov Said |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/said-m/svgmoji |
URL страницы помощи | https://github.com/said-m/svgmoji/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "contextMenus", "notifications", "storage", "https:\/\/raw.githubusercontent.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "browser_action": { "default_popup": "popup\/index.html" }, "icons": { "16": ".\/assets\/images\/logo-16.png", "128": ".\/assets\/images\/logo-128.png" }, "incognito": "spanning", "name": "Svgmoji", "version": "1.7.2", "author": "Said Magomedov |