Brief

Keep emails brief with this email-centric word counter.

什麼是Brief?

Brief是由Safia Abdalla開發的Chrome擴展程式,該擴展的主要功能是“Keep emails brief with this email-centric word counter.”。

擴展截圖

screenshot

下載Brief擴展crx文件

下載Brief擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Long emails are no fun to read or write. Brief is a Chrome extension that adds a word counter to the compose and reply views in Gmail and disables sending if an email is longer than 125 words. Need to send an email longer than 125 words? Just triple click the "Send" button to force send!                    

擴展基本資訊

名稱 Brief Brief
ID dkidpnlcagnaifmcdmeepljilocilhpp
官方網址 https://chromewebstore.google.com/detail/brief/dkidpnlcagnaifmcdmeepljilocilhpp
簡介 Keep emails brief with this email-centric word counter.
檔案大小 493 KB
安裝次數 165
目前版本 1.1.0
更新時間 2017-03-30
上架時間 2017-03-29
開發者 Safia Abdalla
電子郵箱 [email protected]
付費類型 free
擴展官網 https://safia.rocks/brief/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brief",
    "description": "Keep emails brief with this email-centric word counter.",
    "version": "1.1.0",
    "author": "Safia Abdalla",
    "homepage_url": "http:\/\/safia.rocks\/brief\/",
    "icons": {
        "16": "docs\/images\/brief16.png",
        "48": "docs\/images\/brief48.png",
        "128": "docs\/images\/brief128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/index.js"
            ],
            "css": [
                "styles\/style.css"
            ],
            "run_at": "document_idle"
        }
    ]
}