csdn-eye
csdn博文自动展开
csdn-eyeとは何ですか?
csdn-eyeはthreatbookによって開発されたChromeの拡張機能で、その主な機能は「csdn博文自动展开」です。
拡張機能のスクリーンショット
csdn-eye拡張機能のCRXファイルをダウンロード
csdn-eye拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CSDN博文展开助手,屏幕登录框及蒙版,直接查看csdn文章内容
拡張機能の基本情報
名前 | csdn-eye |
ID | ngfcnnkjhkngclpholnbobmkcnodegeo |
公式URL | https://chromewebstore.google.com/detail/csdn-eye/ngfcnnkjhkngclpholnbobmkcnodegeo |
説明 | csdn博文自动展开 |
ファイルサイズ | 82.3 KB |
インストール数 | 213 |
現在のバージョン | 1.0.2 |
最終更新日 | 2020-10-15 |
公開日 | 2018-12-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | threatbook |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/xingyeqishi/csdn-eye |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "csdn-eye", "version": "1.0.2", "description": "csdn\u535a\u6587\u81ea\u52a8\u5c55\u5f00", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "CSDN\u535a\u6587\u81ea\u52a8\u5c55\u5f00" }, "content_scripts": [ { "matches": [ "https:\/\/blog.csdn.net\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/\/*" ], "web_accessible_resources": [ "js\/inject.js" ], "homepage_url": "https:\/\/github.com\/xingyeqishi", "devtools_page": "devtools.html" } |