CopyPlus
Compartilha imagens e textos do seu celular com o computador em 1 clique.
什么是CopyPlus?
CopyPlus是由http://copyplus.me开发的Chrome扩展程序,该扩展的主要功能是“Compartilha imagens e textos do seu celular com o computador em 1 clique.”。
扩展截图
下载CopyPlus扩展crx文件
下载CopyPlus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quem nunca precisou enviar uma foto ou um texto do celular para o computador ou vice-versa e teve que utilizar métodos chatos como enviar para um contato pessoal do WhatsApp ou Messenger e depois entrar utilizando o outro dispositivo para recuperar? É para evitar isso que criamos o CopyPlus. Para facilitar ainda mais isso desenvolvemos essa extensão para o Chrome. Agora direto pela extensão você consegue criar Copye ou copiar o conteúdo do último Copye criado.
扩展基本信息
名称 | |
ID | koknbmbielopppafpeegbncmficjaipc |
官方URL | https://chrome.google.com/webstore/detail/copyplus/koknbmbielopppafpeegbncmficjaipc |
简介 | Compartilha imagens e textos do seu celular com o computador em 1 clique. |
文件大小 | 38.18 KB |
安装次数 | 16 |
当前版本 | 0.4 |
更新时间 | 2022-12-11 |
上架时间 | 2021-01-03 |
评分 | 5.00/5 共2次评分 |
开发者 | http://copyplus.me |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://praqt.io |
帮助页面URL | https://praqt.io |
支持的语言 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CopyPlus", "description": "Compartilha imagens e textos do seu celular com o computador em 1 clique.", "version": "0.4", "icons": { "128": "copyplus.png" }, "browser_action": { "default_icon": "copyplus.png", "default_popup": "login.html" }, "background": { "scripts": [ "hot-reload.js" ] }, "permissions": [ "identity" ], "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.1\/js\/bootstrap.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/css\/bootstrap.min.css; object-src 'self'", "oauth2": { "client_id": "327664723802-81dqv9j2a5uir4qpq7tsrbmdt39mrq2g.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAomaPwO8t58GkDIMMlKZWU4lSTPhTO1qX4ihc1cmAyIlTfP3kE88xRpEr\/kSz1RnrOgj9Z3qogEWPUmHefJWELme\/4wkjs4Jrc9S9qv6xX5c0epaFa07LbP9u0G2D69ug2MFe+gOlCKwM9PDGPuNTUDFl+TZHQKP1tq4apd8sCN0gcJNFGCnvd37\/wtZmho4DC\/yKeAYaah0Zj177dA8aXaZDqEwaieU\/60aTp1Hy88zSJ111bTtgb1082MlEFKRBBCAxd+aqtkvO4+RSFuOiL0ZXP\/eA+mOdsYnxauNvxuUtD4g+S1\/Bsi2S4lQHcfNtzk36n7olt6Rg2fMtQuF2nQIDAQAB" } |