WebExtension.net
Toggle dark mode
WebExtension.net

CSDN自动展开+一键复制代码

View on Chrome Web Store
View CSDN自动展开+一键复制代码 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

免登录一键复制代码,支持选中代码,自动展开 CSDN 全文,去除烦人的登录弹窗。
Type
Extension
Users
2,000 users
1K
Website cxytools.com
lyq
View author page of lyq
Published
Published on June 19, 2024
Version 1.0.5
Manifest version
3
Updated
Updated on February 18, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View CSDN自动展开+一键复制代码 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSDN\u81ea\u52a8\u5c55\u5f00+\u4e00\u952e\u590d\u5236\u4ee3\u7801",
    "version": "1.0.5",
    "manifest_version": 3,
    "description": "\u514d\u767b\u5f55\u4e00\u952e\u590d\u5236\u4ee3\u7801\uff0c\u652f\u6301\u9009\u4e2d\u4ee3\u7801\uff0c\u81ea\u52a8\u5c55\u5f00 CSDN \u5168\u6587\uff0c\u53bb\u9664\u70e6\u4eba\u7684\u767b\u5f55\u5f39\u7a97\u3002",
    "action": {
        "default_icon": "icon.png",
        "default_title": "CSDN\u81ea\u52a8\u5c55\u5f00+\u4e00\u952e\u590d\u5236\u4ee3\u7801",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.csdn.net\/*",
                "https:\/\/*.csdn.net\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "Opens popup.html"
        }
    },
    "homepage_url": "http:\/\/cxytools.com"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top