Svgmoji
Creates a link to an image for the emoji in the selection
Was ist Svgmoji?
Svgmoji ist eine Chrome-Erweiterung, die von TwenT7 | Magomedov Said entwickelt wurde, und ihr Hauptmerkmal ist "Creates a link to an image for the emoji in the selection".
Erweiterungsscreenshots
Svgmoji-Erweiterungs-CRX-Datei herunterladen
Laden Sie Svgmoji-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fkfpnaflphlcmdjbafoniiaidjcccngh |
Offizielle URL | https://chromewebstore.google.com/detail/svgmoji/fkfpnaflphlcmdjbafoniiaidjcccngh |
Beschreibung | Creates a link to an image for the emoji in the selection |
Dateigröße | 68.85 KB |
Installationsanzahl | 38 |
Aktuelle Version | 1.7.2 |
Letztes Update | 2021-09-19 |
Veröffentlichungsdatum | 2021-01-20 |
Entwickler | TwenT7 | Magomedov Said |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/said-m/svgmoji |
Hilfeseite URL | https://github.com/said-m/svgmoji/issues |
Unterstützte Sprachen | 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 |