Writing Tips for Gmail from Irregardless.ly

Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…

什么是Writing Tips for Gmail from Irregardless.ly?

Writing Tips for Gmail from Irregardless.ly是由http://irregardless.ly开发的Chrome扩展程序,该扩展的主要功能是“Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…”。

扩展截图

screenshot
screenshot
screenshot

下载Writing Tips for Gmail from Irregardless.ly扩展crx文件

下载Writing Tips for Gmail from Irregardless.ly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. 

If you have ideas for how we can improve on this beta version or run into an issue, email us at [email protected]. 

Only you can see when there are tips are available. Your recipients will never see an underline or a tip in your email.                    

扩展基本信息

名称 Writing Tips for Gmail from Irregardless.ly Writing Tips for Gmail from Irregardless.ly
ID cehofpnciifhojdclkggfkfolplhegen
官方URL https://chrome.google.com/webstore/detail/writing-tips-for-gmail-fr/cehofpnciifhojdclkggfkfolplhegen
简介 Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…
文件大小 1.42 MB
安装次数 33
当前版本 0.1.1
更新时间 2018-08-28
上架时间 2018-08-28
开发者 http://irregardless.ly
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Writing Tips for Gmail from Irregardless.ly",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content_script.bundle.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/irr-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "0.1.1"
}