SDMS Sonomoji

Keep your Sonomoji close and ready for use on the web. Sonomoji are copyrighted and use is subject to the Sonomoji User Agreement.

SDMS Sonomoji란 무엇입니까?

SDMS Sonomoji은(는) https://www.sdms.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep your Sonomoji close and ready for use on the web. Sonomoji are copyrighted and use is subject to the Sonomoji User Agreement."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SDMS Sonomoji 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Chrome extension keeps your Sonomoji just a few clicks away and ready for use. Once installed, click the Sonomoji icon in Chrome to display a list of available SonoMoji. Copy and paste your favorite Sonomoji from the Chrome extension to anywhere that accepts images. 

What is a Sonomoji you ask?

DEFINITION:

so·no·mo·ji

[saw-no-moh-jee]

Noun, plural so·no·mo·ji

1. (sometimes initial capital letter) Digital technology; a small digital picture combining “sound” and a picture or symbol; used in text messages and other electronic communications that represents a thing, feeling, concept, etc. related to the field of Diagnostic Medical Sonography (a diagnostic imaging modality ​that uses reflected high-frequency sound waves to generate medical images of internal body structures or organs).

Example: She texted me a sonomoji with an ultrasound probe in her hand, which may mean she is doing a sonogram right now.

Copyright 2016-2017. All Rights Reserved. Society of Diagnostic Medical Sonography, Plano, Texas. Use is subject to the Sonomoji User Agreement (see http://www.sdms.org/?ID=23).                    

확장 프로그램 기본 정보

이름 SDMS Sonomoji SDMS Sonomoji
ID ddimgdcfiofgonledkhocbbmajhiobhg
공식 URL https://chromewebstore.google.com/detail/sdms-sonomoji/ddimgdcfiofgonledkhocbbmajhiobhg
설명 Keep your Sonomoji close and ready for use on the web. Sonomoji are copyrighted and use is subject to the Sonomoji User Agreement.
파일 크기 269 KB
설치 횟수 26
현재 버전 1.3
최근 업데이트 2017-05-16
출시 날짜 2017-05-15
평점 5.00/5 총 1 개의 평점
개발자 https://www.sdms.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.sdms.org/foundation/make-donation/sonomoji-browser-extension
개인정보 보호 정책 페이지 URL http://www.sdms.org/foundation/make-donation/sonomoji-app/sonomoji-user-agreement
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SDMS Sonomoji",
    "description": "Keep your Sonomoji close and ready for use on the web. Sonomoji are copyrighted and use is subject to the Sonomoji User Agreement.",
    "author": "Society of Diagnostic Medical Sonography",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "SDMS Sonomoji",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.sdms.org\/*",
        "*:\/\/*.apple.com\/*",
        "activeTab",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus"
    ]
}