Project DoubleCheck
Send emails and documents to a certified proofreader with one click!
什么是Project DoubleCheck?
Project DoubleCheck是由corbin.page开发的Chrome扩展程序,该扩展的主要功能是“Send emails and documents to a certified proofreader with one click!”。
扩展截图
下载Project DoubleCheck扩展crx文件
下载Project DoubleCheck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get professional proofreaders to doublecheck everything you write. Communicate more effectively, avoid spelling and grammar mistakes and become a stronger writer. All from Gmail!
扩展基本信息
名称 | |
ID | fjjocldijkikphpmgniongphogcpgmfo |
官方URL | https://chrome.google.com/webstore/detail/project-doublecheck/fjjocldijkikphpmgniongphogcpgmfo |
简介 | Send emails and documents to a certified proofreader with one click! |
文件大小 | 2.77 MB |
安装次数 | 15 |
当前版本 | 0.1.3 |
更新时间 | 2015-06-10 |
上架时间 | 2015-06-10 |
评分 | 5.00/5 共3次评分 |
开发者 | corbin.page |
付费类型 | free |
扩展官网 | https://projectdoublecheck.com/ |
帮助页面URL | https://projectdoublecheck.com/#about |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Project DoubleCheck", "short_name": "Project DoubleCheck", "description": "Send emails and documents to a certified proofreader with one click!", "version": "0.1.3", "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "jquery-2.1.1.min.js", "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/images\/double-check-alt-24.png" ], "icons": { "32": "\/images\/double-check-32.png", "64": "\/images\/double-check-64.png", "128": "\/images\/double-check-128.png" } } |