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 |
官方URL | 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" ] } } |