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" } } |