Dictation for Gmail
Dictate messages in Gmail™. Why type, when you can speak?
Dictation for Gmailとは何ですか?
Dictation for Gmailはhttps://dictation.toolsによって開発されたChromeの拡張機能で、その主な機能は「Dictate messages in Gmail™. Why type, when you can speak?」です。
拡張機能のスクリーンショット
Dictation for Gmail拡張機能のCRXファイルをダウンロード
Dictation for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open a new message (or reply to an existing one), click the Microphone icon located to the right of the Send button. Dictate your message in any of the supported 60 languages!
---
Do you have feedback? Please leave a comment here, or reach out to us directly:
[email protected] 拡張機能の基本情報
| 名前 | |
| ID | eggdmhdpffgikgakkfojgiledkekfdce |
| 公式URL | https://chromewebstore.google.com/detail/dictation-for-gmail/eggdmhdpffgikgakkfojgiledkekfdce |
| 説明 | Dictate messages in Gmail™. Why type, when you can speak? |
| ファイルサイズ | 73.02 KB |
| インストール数 | 170,339 |
| 現在のバージョン | 1.0.9 |
| 最終更新日 | 2023-01-24 |
| 公開日 | 2019-09-11 |
| 評価 | 3.64/5 合計 225 レビュー |
| 開発者 | https://dictation.tools |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.dictation.tools/privacy.html |
| 対応言語 | en,en-GB,en-US,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Greg Sadetsky",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"short_name": "Dictation",
"default_locale": "en",
"version": "1.0.9",
"icons": {
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"css": [
"styles.css"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"web_accessible_resources": [
"styles.css",
"extension.js",
"arrow_drop_down_black_20dp.png",
"icon-record-24px.svg",
"icon-lang-options-18px.svg",
"icon-menu-shortcuts-20px.svg",
"icon-menu-feedback-20px.svg",
"icon-restart-24px.svg",
"templates\/dictation_controls.html",
"templates\/lang_menu.html"
],
"content_security_policy": "script-src 'self' https:\/\/cdn.amplitude.com; object-src 'self'",
"permissions": [
"storage",
"*:\/\/mail.google.com\/*"
]
} | |