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 |
| 官方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"
]
} | |