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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |