Svgmoji
Creates a link to an image for the emoji in the selection
Svgmoji क्या है?
Svgmoji TwenT7 | Magomedov Said द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates a link to an image for the emoji in the selection"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Svgmoji एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |