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
官方網址 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"
}