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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://irregardless.ly และคุณลักษณะหลักของมันคือ "Check your emails against our crowdsourced style guides to catch where your writing could be simpler and clearer. If you have…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Writing Tips for Gmail from Irregardless.ly

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}