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
公式URL 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
Eメール [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"
        }
    ]
}