Svgmoji
Creates a link to an image for the emoji in the selection
Svgmojiとは何ですか?
SvgmojiはTwenT7 | Magomedov Saidによって開発されたChromeの拡張機能で、その主な機能は「Creates a link to an image for the emoji in the selection」です。
拡張機能のスクリーンショット
Svgmoji拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 |