SpeakEasy

A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.

什么是SpeakEasy?

SpeakEasy是由https://speakeasy.ooo开发的Chrome扩展程序,该扩展的主要功能是“A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.”。

扩展截图

screenshot

下载SpeakEasy扩展crx文件

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

扩展使用说明

                        IMPORTANT: SpeakEasy is in an early beta version. There are many issues and bugs yet to be resolved and smoothed out. There is currently only support for Gmail, with support for more websites rapidly coming. Due to this lack of support, there is an option to manually prompt SpeakEasy in the extension popup itself.
 
SpeakEasy is a personal digital writing assistant that detects potentially offensive content in real-time and suggests alternative wording that can be easily and instantly adopted into an author’s text. In a diverse and often divided world where unintended offense can lead to serious consequences, SpeakEasy effortlessly ensures effective communication for people of all stripes. Based on research-proven methodology and powered by world-class AI, SpeakEasy integrates simply and seamlessly as a browser extension into the digital composition platform of your choice (e.g, Gmail, Google Docs, and more to come).                    

扩展基本信息

名称 SpeakEasy SpeakEasy
ID bfdnmjblplbeeemfopkocdgfdhcdjpea
官方URL https://chromewebstore.google.com/detail/speakeasy/bfdnmjblplbeeemfopkocdgfdhcdjpea
简介 A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.
文件大小 885 KB
安装次数 123
当前版本 0.0.0.36
更新时间 2024-01-27
上架时间 2022-11-06
评分 5.00/5 共5次评分
开发者 https://speakeasy.ooo
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.freeprivacypolicy.com/live/1bf7ff8e-f963-43e9-949d-007b6b61ed2d
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwFbu4w4MqjC9RnU7JuOkXICQ4KnGdlcJpdOfkOmYKqv+DY\/5C\/wtx50Ym+TOcshBTSuIQtK1rp4Ekaq8lIEbxC3eqolAiGKxXOErGJb6qTZHsAty7irocLKAOyN790iifGho26DdBdZTzT+gxROC7JdDFrJEMgjD11vFUAlpij48fJs93+zpYp8L8B\/Z2nHXdX4xoMnXqPYPgnss0FOCoBYnvrIMU4d4MCSVUUj1SeDEAYfsiTcE0v\/2o4c9Plc+vZ\/7hxYza0F4+L5PYeqGhHEC9jXTWjREVSA+JAXaWuYNNcDD7iT3Ezi+7wE\/YhaKUEIJWdazJi7rDpXhsnWiKQIDAQAB",
    "manifest_version": 3,
    "name": "SpeakEasy",
    "version": "0.0.0.36",
    "description": "A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.",
    "icons": {
        "16": "\/images\/16logo.png",
        "48": "\/images\/48logo.png",
        "128": "\/images\/128logo.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/*",
                "*:\/\/docs.google.com\/document\/d\/*"
            ],
            "js": [
                "jquery-3.6.1.min.js",
                "contentScript.js"
            ],
            "css": [
                "styles.css",
                "all.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "buttonPopup.html",
                "popupError.html",
                "images\/28logo.png",
                "images\/28logored.png",
                "images\/largelogo.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "629246757005-4h3j2nmaiho67fta5b2ti0fect7fou21.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/documents"
        ]
    }
}