csdn-eye
csdn博文自动展开
What is csdn-eye?
csdn-eye is a Chrome extension developed by threatbook, and its main feature is "csdn博文自动展开".
Extension Screenshots
Download csdn-eye Extension CRX File
Download csdn-eye 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
CSDN博文展开助手,屏幕登录框及蒙版,直接查看csdn文章内容
Extension Basic Information
Name | csdn-eye |
ID | ngfcnnkjhkngclpholnbobmkcnodegeo |
Official URL | https://chromewebstore.google.com/detail/csdn-eye/ngfcnnkjhkngclpholnbobmkcnodegeo |
Description | csdn博文自动展开 |
File Size | 82.3 KB |
Installation Count | 213 |
Current Version | 1.0.2 |
Last Updated | 2020-10-15 |
Publish Date | 2018-12-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | threatbook |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/xingyeqishi/csdn-eye |
Supported Languages | 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" } |