Svgmoji
Creates a link to an image for the emoji in the selection
Svgmoji là gì?
Svgmoji là một tiện ích mở rộng Chrome được phát triển bởi TwenT7 | Magomedov Said, và tính năng chính của nó là "Creates a link to an image for the emoji in the selection".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Svgmoji
Tải xuống các tệp mở rộng Svgmoji dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fkfpnaflphlcmdjbafoniiaidjcccngh |
URL Chính Thức | https://chromewebstore.google.com/detail/svgmoji/fkfpnaflphlcmdjbafoniiaidjcccngh |
Mô tả | Creates a link to an image for the emoji in the selection |
Kích Thước Tệp | 68.85 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.7.2 |
Cập Nhật Lần Cuối | 2021-09-19 |
Ngày Phát Hành | 2021-01-20 |
Nhà Phát Triển | TwenT7 | Magomedov Said |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/said-m/svgmoji |
URL Trang Trợ Giúp | https://github.com/said-m/svgmoji/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 |