Repeat after Forvo
Improve your pronunciation. Repeat after Forvo.
什麼是Repeat after Forvo?
Repeat after Forvo是由sametcodes開發的Chrome擴展程式,該擴展的主要功能是“Improve your pronunciation. Repeat after Forvo.”。
擴展截圖
下載Repeat after Forvo擴展crx文件
下載Repeat after Forvo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        raf is a browser extension. When you at forvo, there'll be a record/play button at the left corner. You can repeat on your own after listening other's pronunciation. Just click, bla bla and enjoy.                     擴展基本資訊
| 名稱 |   |  
| ID | kgapeombihhilifgpicpjhdpoigcigca | 
| 官方網址 | https://chromewebstore.google.com/detail/repeat-after-forvo/kgapeombihhilifgpicpjhdpoigcigca | 
| 簡介 | Improve your pronunciation. Repeat after Forvo. | 
| 檔案大小 | 14.87 KB | 
| 安裝次數 | 31 | 
| 目前版本 | 1.1 | 
| 更新時間 | 2019-05-16 | 
| 上架時間 | 2019-05-16 | 
| 開發者 | sametcodes | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://github.com/selmansamet/repeat-after-forvo | 
| 支援的語言 | tr | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Repeat after Forvo",
    "version": "1.1",
    "description": "Improve your pronunciation. Repeat after Forvo.",
    "icons": {
        "64": "icons\/icon-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/forvo.com\/word\/*",
                "*:\/\/*.forvo.com\/word\/*"
            ],
            "js": [
                "raf.js"
            ]
        }
    ]
}  |  |