Let me copy
修复知乎无法拷贝的问题
什么是Let me copy?
Let me copy是由chenxsan开发的Chrome扩展程序,该扩展的主要功能是“修复知乎无法拷贝的问题”。
下载Let me copy扩展crx文件
下载Let me copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Let me copy |
ID | iminljodelcedhhoidinedbcfabpapfp |
官方URL | https://chromewebstore.google.com/detail/let-me-copy/iminljodelcedhhoidinedbcfabpapfp |
简介 | 修复知乎无法拷贝的问题 |
文件大小 | 68.23 KB |
安装次数 | 138 |
当前版本 | 0.0.4 |
更新时间 | 2018-03-14 |
上架时间 | 2018-03-14 |
开发者 | chenxsan |
付费类型 | free |
扩展官网 | https://blog.zfanw.com |
帮助页面URL | https://github.com/chenxsan/let-me-copy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "https:\/\/www.zhihu.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.zhihu.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |