Learn Russian
An extension for Learn Russian Audio Player
Learn Russianとは何ですか?
Learn RussianはvuevuevueOsasによって開発されたChromeの拡張機能で、その主な機能は「An extension for Learn Russian Audio Player」です。
拡張機能のスクリーンショット
Learn Russian拡張機能のCRXファイルをダウンロード
Learn Russian拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an extension for http://learnrussian.rt.com
Learn Russian is a fantastic website, but the project was closed in 2012, and it cannot play audio on Google Chrome, so I build the extension to fix the issue.
Learn Russian is back! 拡張機能の基本情報
| 名前 | |
| ID | elocieaeidgffghnmhmhcpeihphmimha |
| 公式URL | https://chromewebstore.google.com/detail/learn-russian/elocieaeidgffghnmhmhcpeihphmimha |
| 説明 | An extension for Learn Russian Audio Player |
| ファイルサイズ | 22.88 KB |
| インストール数 | 1,528 |
| 現在のバージョン | 1.6 |
| 最終更新日 | 2022-07-19 |
| 公開日 | 2019-11-07 |
| 評価 | 4.40/5 合計 20 レビュー |
| 開発者 | vuevuevueOsas |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Learn Russian",
"description": "An extension for Learn Russian Audio Player",
"version": "1.6",
"action": {
"default_title": "Click and go to Learn Russian"
},
"permissions": [],
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.learnrussian.rt.com\/*"
],
"js": [
"js\/main.js",
"js\/lessons.js"
]
},
{
"matches": [
"*:\/\/*.learnrussian.rt.com\/phonetics\/*"
],
"js": [
"js\/phonetics.js"
]
},
{
"matches": [
"*:\/\/*.learnrussian.rt.com\/alphabet\/*"
],
"js": [
"js\/alphabet.js"
]
}
],
"icons": {
"16": "images\/logo_16.png",
"32": "images\/logo_32.png",
"48": "images\/logo_48.png",
"128": "images\/logo_128.png"
},
"manifest_version": 3
} | |