Brief
Keep emails brief with this email-centric word counter.
什么是Brief?
Brief是由Safia Abdalla开发的Chrome扩展程序,该扩展的主要功能是“Keep emails brief with this email-centric word counter.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } ] } |