Fusion Narrate Extension

Fusion Narrate Extension

什么是Fusion Narrate Extension?

Fusion Narrate Extension是由Dolbey and Company, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Fusion Narrate Extension”。

扩展截图

screenshot

下载Fusion Narrate Extension扩展crx文件

下载Fusion Narrate Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension works in conjunction with the Fusion Narrate speech recognition client application. With this extension installed the Fusion Narrate client offers enhanced voice commands and improved integration with Chrome based text areas. 

All supporting documentation can be found at http://help.fusionnarrate.com                    

扩展基本信息

名称 Fusion Narrate Extension Fusion Narrate Extension
ID fnpmldckjbgpcdagndpgbjmflmlgmgnm
官方URL https://chromewebstore.google.com/detail/fusion-narrate-extension/fnpmldckjbgpcdagndpgbjmflmlgmgnm
简介 Fusion Narrate Extension
文件大小 190 KB
安装次数 10,924
当前版本 5.1.0.1
更新时间 2023-12-11
上架时间 2020-05-15
评分 5.00/5 共1次评分
开发者 Dolbey and Company, Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://fusionnarrate.com/
帮助页面URL http://help.fusionnarrate.com/
隐私政策页面URL https://dolbeyspeech.com/eula/CombinedEULAv22.pdf
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "events_automation\/dolbeyEventsAutomationStyles.css"
            ],
            "js": [
                "events_automation\/dolbeyCommon.js",
                "events_automation\/dolbeyApproach.js",
                "events_automation\/dolbeyIdentifyingText.js",
                "events_automation\/dolbeyEvents.js",
                "events_automation\/dolbeyIndicator.js",
                "events_automation\/dolbeyEventsAutomationConfig.js",
                "events_automation\/dolbeyEventsPlayback.js",
                "events_automation\/dolbeyEventsRecording.js",
                "events_automation\/dolbeyEventsAutomation.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "js": [
                "direct_access\/dolbeyDirectLog.js",
                "direct_access\/dolbeyDirectSettings.js",
                "direct_access\/dolbeyDirectScripting.js",
                "direct_access\/dolbeyDirectDocumentHelpers.js",
                "direct_access\/dolbeyDirectContentEditable.js",
                "direct_access\/dolbeyDirectInput.js",
                "direct_access\/dolbeyDirectTextarea.js",
                "direct_access\/dolbeyDirectDynamicLinks.js",
                "direct_access\/dolbeyDirectDevEx.js",
                "direct_access\/dolbeyDirectMeditech.js",
                "direct_access\/dolbeyDirectCKEditor5.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "web_accessible\/dolbeyWindowInit.js",
                "web_accessible\/dolbeyHelpers.js",
                "web_accessible\/dolbeyClassObjAccess.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Fusion Narrate Extension",
    "icons": {
        "128": "images\/fusion-narrate-128x128.png",
        "16": "images\/fusion-narrate-16x16.png",
        "32": "images\/fusion-narrate-32x32.png",
        "48": "images\/fusion-narrate-48x48.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/fusion-narrate-16x16.png",
            "32": "images\/fusion-narrate-32x32.png",
            "48": "images\/fusion-narrate-48x48.png",
            "128": "images\/fusion-narrate-128x128.png"
        },
        "default_title": "Fusion Narrate"
    },
    "manifest_version": 3,
    "name": "Fusion Narrate Extension",
    "permissions": [
        "activeTab",
        "scripting",
        "nativeMessaging",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "host_permissions": [
        ""
    ],
    "short_name": "Narrate Ext",
    "version": "5.1.0.1",
    "version_name": "5.1.0.1"
}