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.”。
擴展截圖
下載SDMS Sonomoji擴展crx文件
下載SDMS Sonomoji擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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). 擴展基本資訊
| 名稱 | |
| ID | ddimgdcfiofgonledkhocbbmajhiobhg |
| 官方網址 | 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"
]
} | |