Let me copy
修复知乎无法拷贝的问题
What is Let me copy?
Let me copy is a Chrome extension developed by chenxsan, and its main feature is "修复知乎无法拷贝的问题".
Download Let me copy Extension CRX File
Download Let me copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Let me copy |
ID | iminljodelcedhhoidinedbcfabpapfp |
Official URL | https://chromewebstore.google.com/detail/let-me-copy/iminljodelcedhhoidinedbcfabpapfp |
Description | 修复知乎无法拷贝的问题 |
File Size | 68.23 KB |
Installation Count | 138 |
Current Version | 0.0.4 |
Last Updated | 2018-03-14 |
Publish Date | 2018-03-14 |
Developer | chenxsan |
Payment Type | free |
Extension Website | https://blog.zfanw.com |
Help Page URL | https://github.com/chenxsan/let-me-copy |
Supported Languages | 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 } ] } |