Dictar
Send website's URL to dictar.app for further processing.
什麼是Dictar?
Dictar是由https://dictar.app開發的Chrome擴展程式,該擴展的主要功能是“Send website's URL to dictar.app for further processing.”。
擴展截圖
下載Dictar擴展crx文件
下載Dictar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Improve your listening skills in your target language by listening to a dictation. Use this extension to send the current URL to the dictar.app website.
擴展基本資訊
名稱 | |
ID | bgpgnnmlppcmllbnckkjmfghkdgngibn |
官方網址 | https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn |
簡介 | Send website's URL to dictar.app for further processing. |
檔案大小 | 11.46 KB |
安裝次數 | 30 |
目前版本 | 1.1 |
更新時間 | 2020-06-22 |
上架時間 | 2020-06-21 |
開發者 | https://dictar.app |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://dictar.app/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dictar", "version": "1.1", "description": "Send website's URL to dictar.app for further processing.", "icons": { "48": "icons\/logo48.png", "96": "icons\/logo96.png" }, "browser_action": { "default_icon": "icons\/logo32.png", "default_title": "Dictar" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "dictar.js" ] } } |