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.

O que é SDMS Sonomoji?

SDMS Sonomoji é uma extensão do Chrome desenvolvida por https://www.sdms.org, e sua principal característica é "Keep your Sonomoji close and ready for use on the web. Sonomoji are copyrighted and use is subject to the Sonomoji User Agreement.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SDMS Sonomoji

Baixe arquivos de extensão SDMS Sonomoji no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome SDMS Sonomoji SDMS Sonomoji
ID ddimgdcfiofgonledkhocbbmajhiobhg
URL Oficial https://chromewebstore.google.com/detail/sdms-sonomoji/ddimgdcfiofgonledkhocbbmajhiobhg
Descrição Keep your Sonomoji close and ready for use on the web. Sonomoji are copyrighted and use is subject to the Sonomoji User Agreement.
Tamanho do Arquivo 269 KB
Contagem de Instalações 26
Versão Atual 1.3
Última Atualização 2017-05-16
Data de Publicação 2017-05-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.sdms.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.sdms.org/foundation/make-donation/sonomoji-browser-extension
URL da Página de Política de Privacidade http://www.sdms.org/foundation/make-donation/sonomoji-app/sonomoji-user-agreement
Idiomas Suportados 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"
    ]
}