Let me copy
修复知乎无法拷贝的问题
Let me copyとは何ですか?
Let me copyはchenxsanによって開発されたChromeの拡張機能で、その主な機能は「修复知乎无法拷贝的问题」です。
Let me copy拡張機能のCRXファイルをダウンロード
Let me copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| 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
}
]
} | |