Let me copy
修复知乎无法拷贝的问题
什麼是Let me copy?
Let me copy是由chenxsan開發的Chrome擴展程式,該擴展的主要功能是“修复知乎无法拷贝的问题”。
下載Let me copy擴展crx文件
下載Let me copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | iminljodelcedhhoidinedbcfabpapfp |
| 官方網址 | 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
}
]
} | |