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 |
| Eメール | [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"
]
} | |