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.

What is SDMS Sonomoji?

SDMS Sonomoji is a Chrome extension developed by https://www.sdms.org, and its main feature is "Keep your Sonomoji close and ready for use on the web. Sonomoji are copyrighted and use is subject to the Sonomoji User Agreement.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download SDMS Sonomoji Extension CRX File

Download SDMS Sonomoji extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name SDMS Sonomoji SDMS Sonomoji
ID ddimgdcfiofgonledkhocbbmajhiobhg
Official URL https://chromewebstore.google.com/detail/sdms-sonomoji/ddimgdcfiofgonledkhocbbmajhiobhg
Description Keep your Sonomoji close and ready for use on the web. Sonomoji are copyrighted and use is subject to the Sonomoji User Agreement.
File Size 269 KB
Installation Count 26
Current Version 1.3
Last Updated 2017-05-16
Publish Date 2017-05-15
Rating 5.00/5 Total 1 Ratings
Developer https://www.sdms.org
Email [email protected]
Payment Type free
Extension Website http://www.sdms.org/foundation/make-donation/sonomoji-browser-extension
Privacy Policy Page URL http://www.sdms.org/foundation/make-donation/sonomoji-app/sonomoji-user-agreement
Supported Languages 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"
    ]
}