Copy Buddy
A place to store things that you want to copy and paste later
什么是Copy Buddy?
Copy Buddy是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A place to store things that you want to copy and paste later”。
扩展截图
下载Copy Buddy扩展crx文件
下载Copy Buddy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A place to store things that you want to copy and paste later
扩展基本信息
名称 | |
ID | hfngfhpdjgdlcpgjfjhdfcdafphhfojo |
官方URL | https://chromewebstore.google.com/detail/copy-buddy/hfngfhpdjgdlcpgjfjhdfcdafphhfojo |
简介 | A place to store things that you want to copy and paste later |
文件大小 | 26.25 KB |
安装次数 | 13 |
当前版本 | 0.4.0 |
更新时间 | 2017-05-05 |
上架时间 | 2017-05-05 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/flooose/copy_buddy |
帮助页面URL | https://github.com/flooose/copy_buddy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy Buddy", "version": "0.4.0", "description": "A place to store things that you want to copy and paste later", "icons": { "16": "copy-buddy-16.png", "48": "copy-buddy-48.png", "128": "copy-buddy-128.png" }, "author": "christopher floess", "browser_action": { "default_icon": "drawing-1.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite", "storage", "https:\/\/ajax.googleapis.com\/" ] } |