Appsheet Translate

Translate appsheet.com to any language

Appsheet Translateとは何ですか?

Appsheet Translateはhttps://aiassistant.onlineによって開発されたChromeの拡張機能で、その主な機能は「Translate appsheet.com to any language」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Boost productivity and clear the clutter
 
Full translation of the Appsheet interface into one of the languages of more than 100 languages of the world. Adaptation of the Appsheet interface to the translation text.
Translation of errors, Appsheet hints during application development.
 
1.Download and run the Appsheet Translate extension
2.Disable automatic Google Translator
3.Select the translation language                    

拡張機能の基本情報

名前 Appsheet Translate Appsheet Translate
ID beenkcmmckdpbfbdaegofdokmkiciigl
公式URL https://chromewebstore.google.com/detail/appsheet-translate/beenkcmmckdpbfbdaegofdokmkiciigl
説明 Translate appsheet.com to any language
ファイルサイズ 47.42 KB
インストール数 2,390
現在のバージョン 1.0
最終更新日 2022-10-03
公開日 2022-10-03
評価 5.00/5 合計 10 レビュー
開発者 https://aiassistant.online
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://aiassistant.online/appsheettranslator
プライバシーポリシーページのURL https://docs.google.com/document/d/1yxlp5d8e39a4iGEMuXaakYS9hbMvpoOE4dREpWrVYmg/edit?usp=sharing
対応言語 en,fr,es,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Appsheet Translate",
    "version": "1.0",
    "description": "Translate appsheet.com to any language",
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/translate.google.rs\/translate_a\/single"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "popup.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.appsheet.com\/*"
            ],
            "js": [
                "content.js",
                "widget\/widget.js"
            ],
            "css": [
                "widget\/widget.css"
            ]
        }
    ],
    "action": {
        "default_title": "AppsheetTranslator"
    },
    "icons": {
        "128": "icons\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js",
                "widget\/widget.html",
                "widget\/widget.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "inject-script": {
            "suggested_key": "Ctrl+Shift+Y",
            "description": "Inject a script on the page"
        }
    }
}