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
Eメール [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"
}