Collavate
Collavate Chrome Extension
什么是Collavate?
Collavate是由prateek.mehta开发的Chrome扩展程序,该扩展的主要功能是“Collavate Chrome Extension”。
扩展截图
下载Collavate扩展crx文件
下载Collavate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Use the ImagePlus extension to post images to your Google+ profile
- Images in the current page you are browsing can be directly shared
- You need to login to your Google+ account to share images in this way 扩展基本信息
| 名称 | |
| ID | ekaimobgmdpebcilobbjjoijhgnaapdd |
| 官方URL | https://chromewebstore.google.com/detail/collavate/ekaimobgmdpebcilobbjjoijhgnaapdd |
| 简介 | Collavate Chrome Extension |
| 文件大小 | 487 KB |
| 安装次数 | 63 |
| 当前版本 | 3.0 |
| 更新时间 | 2016-06-13 |
| 上架时间 | 2016-06-12 |
| 开发者 | prateek.mehta |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://pixdip.com/extensions/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAswRcav0n1AieW8\/MOl+zG0p8pg+MvWpOhjbwI66S1bZpcjhOLcQPWuUze9WfyKkr8dPWpqpbB\/G8EuWGNsECMkPwC3KuG0casgtP4VpEdSXd0ljjpJwNboxshahikVIImv8W7YBFdl8Tz246cq2IvVrDF3ICfRqnVGgbTSkDiXF6DZ9BE2PA7PwlEkiA1Ig3oVCKABXKO\/ECJORuCt5duDi6lLNsv0GyZRO\/wriKRi9GeALyfXcER2IxvFcOWQgPoTfGcCyp9x+0TnY3QohKQPg+tjUPXtaN+Qm78PEe059JaAd4W\/q6Whq9qTiUq0lWExQujjHH7ubz5w2CrPTNHwIDAQAB",
"name": "Collavate",
"description": "Collavate Chrome Extension",
"manifest_version": 2,
"version": "3.0",
"browser_action": {
"default_icon": "icon32.png",
"default_title": "Collavate"
},
"icons": {
"32": "icon32.png",
"64": "icon64.png"
},
"background": {
"scripts": [
"js\/libs\/jquery-2.2.3.min.js",
"background_script_2.js",
"background_script_3.js"
],
"persistent": true
},
"web_accessible_resources": [
"fonts\/*",
"images\/*"
],
"oauth2": {
"client_id": "353417053633-ufdnqng6etdl7hribhgsf419ijmmb21r.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/docs.google.com\/feeds\/",
"https:\/\/docs.googleusercontent.com\/feeds\/download\/",
"https:\/\/spreadsheets.google.com\/feeds\/",
"https:\/\/www.googleapis.com\/auth\/drive",
"https:\/\/www.google.com\/m8\/feeds\/"
]
},
"permissions": [
"identity",
" | |