Memrise Audio Uploader

Uploads audio for words in your course

Memrise Audio Uploaderとは何ですか?

Memrise Audio Uploaderはcardinalbyによって開発されたChromeの拡張機能で、その主な機能は「Uploads audio for words in your course」です。

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

screenshot
screenshot
screenshot
screenshot

Memrise Audio Uploader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Allows you uploading sounds of words and phrases pronunciation to your Memrise course automatically. 

Intuitive UI: adds one additional "Upload audios" button to the course (database) page. No ads, no trackers.

Levels and Databases are supported.                    

拡張機能の基本情報

名前 Memrise Audio Uploader Memrise Audio Uploader
ID fonhjbpoimjmgfgbboichngpjlmilbmk
公式URL https://chromewebstore.google.com/detail/memrise-audio-uploader/fonhjbpoimjmgfgbboichngpjlmilbmk
説明 Uploads audio for words in your course
ファイルサイズ 57.51 KB
インストール数 1,055
現在のバージョン 1.4.2
最終更新日 2024-03-03
公開日 2020-06-30
評価 4.65/5 合計 31 レビュー
開発者 cardinalby
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/cardinalby/memrise-audio-uploader
ヘルプページのURL https://github.com/cardinalby/memrise-audio-uploader/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memrise Audio Uploader",
    "author": "cardinalby",
    "description": "Uploads audio for words in your course",
    "version": "1.4.2",
    "icons": {
        "128": "images\/mainIcon128.png"
    },
    "background": {
        "scripts": [
            "js\/compatibility.js",
            "js\/messages.js",
            "js\/background\/textToSpeech\/googleTranslate.js",
            "js\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/compatibility.js",
                "js\/3rdParty\/jquery-3.6.0.min.js",
                "js\/content\/memriseCourse.js",
                "js\/content\/memriseCourseWordRow.js",
                "js\/messages.js",
                "js\/content\/uploadManager.js",
                "js\/content\/textToSpeech\/languages.js",
                "js\/content\/autoUploadBtn.js"
            ],
            "matches": [
                "https:\/\/app.memrise.com\/course\/*\/edit\/*",
                "https:\/\/app.memrise.com\/course\/*\/edit\/database\/*",
                "https:\/\/community-courses.memrise.com\/course\/*\/edit\/*",
                "https:\/\/community-courses.memrise.com\/course\/*\/edit\/database\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/content\/pageInjectedScript.js"
    ],
    "permissions": [
        "https:\/\/app.memrise.com\/*",
        "https:\/\/community-courses.memrise.com\/*",
        "https:\/\/translate.google.com\/*"
    ]
}