WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
一键复制csdn代码

一键复制csdn代码

View on Chrome Web Store
View 一键复制csdn代码 Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (27 ratings)
1 new ratings
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

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

无需登录一键复制csdn代码。支持选中代码,或者代码右上角按钮的一键复制;解除关注博主即可阅读全文提示;去除登陆弹窗。
Type
Extension
Users
10,000 users
Website lwebapp.com
openHacking
View author page of openHacking
Published
Published on February 22, 2022
Version 1.7
Manifest version
3
Updated
Updated on October 28, 2023
productivity/developer
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",
    "manifest_version": 3,
    "name": "\u4e00\u952e\u590d\u5236csdn\u4ee3\u7801",
    "version": "1.7",
    "description": "\u65e0\u9700\u767b\u5f55\u4e00\u952e\u590d\u5236csdn\u4ee3\u7801\u3002\u652f\u6301\u9009\u4e2d\u4ee3\u7801\uff0c\u6216\u8005\u4ee3\u7801\u53f3\u4e0a\u89d2\u6309\u94ae\u7684\u4e00\u952e\u590d\u5236\uff1b\u89e3\u9664\u5173\u6ce8\u535a\u4e3b\u5373\u53ef\u9605\u8bfb\u5168\u6587\u63d0\u793a\uff1b\u53bb\u9664\u767b\u9646\u5f39\u7a97\u3002",
    "author": "openHacking",
    "homepage_url": "https:\/\/lwebapp.com\/",
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/blog.csdn.net\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "custom.css"
            ],
            "run_at": "document_end"
        }
    ],
    "omnibox": {
        "keyword": "copy"
    },
    "background": {
        "service_worker": "background.js"
    }
}
© 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