Lokalise Dictate

Save time by typing with your voice in the Lokalise editor

Lokalise Dictateとは何ですか?

Lokalise DictateはIlya from Lokaliseによって開発されたChromeの拡張機能で、その主な機能は「Save time by typing with your voice in the Lokalise editor」です。

拡張機能のスクリーンショット

screenshot

Lokalise Dictate拡張機能のCRXファイルをダウンロード

Lokalise Dictate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Save time by typing with your voice in the Lokalise editor. Click on the mic in the translation input field or use Alt + Q. The language is detected automatically.                    

拡張機能の基本情報

名前 Lokalise Dictate Lokalise Dictate
ID hokhjelghpnnbcgpaabkblbechnfmgmm
公式URL https://chromewebstore.google.com/detail/lokalise-dictate/hokhjelghpnnbcgpaabkblbechnfmgmm
説明 Save time by typing with your voice in the Lokalise editor
ファイルサイズ 16.5 KB
インストール数 54
現在のバージョン 1.1
最終更新日 2022-06-08
公開日 2022-06-03
評価 5.00/5 合計 5 レビュー
開発者 Ilya from Lokalise
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lokalise Dictate",
    "description": "Save time by typing with your voice in the Lokalise editor",
    "author": "Ilya Karpovs",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.lokalise.com\/*",
                "https:\/\/lokalise.local\/*"
            ],
            "all_frames": true,
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ]
}