微信文章复制

腾讯微信公众号转载或复制微信文章时,免去手动全选内容,轻松复制微信长文章

微信文章复制 là gì?

微信文章复制 là một tiện ích mở rộng Chrome được phát triển bởi guoshuyun02, và tính năng chính của nó là "腾讯微信公众号转载或复制微信文章时,免去手动全选内容,轻松复制微信长文章".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 微信文章复制

Tải xuống các tệp mở rộng 微信文章复制 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        一个微信文章转载、样式复制工具,特别在复制长文章内容时免去全选操作,助你提高效率哦!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 微信文章复制 微信文章复制
ID afbannalmbddpcnmcbalinpdbdhkjgbb
URL Chính Thức https://chrome.google.com/webstore/detail/%E5%BE%AE%E4%BF%A1%E6%96%87%E7%AB%A0%E5%A4%8D%E5%88%B6/afbannalmbddpcnmcbalinpdbdhkjgbb
Mô tả 腾讯微信公众号转载或复制微信文章时,免去手动全选内容,轻松复制微信长文章
Kích Thước Tệp 596 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-12-15
Ngày Phát Hành 2021-12-15
Nhà Phát Triển guoshuyun02
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5fae\u4fe1\u6587\u7ae0\u590d\u5236",
    "short_name": "\u4e00\u4e2a\u5fae\u4fe1\u6587\u7ae0\u8f6c\u8f7d\u3001\u6837\u5f0f\u590d\u5236\u5de5\u5177\uff0c\u7279\u522b\u5728\u590d\u5236\u957f\u6587\u7ae0\u5185\u5bb9\u65f6\u514d\u53bb\u5168\u9009\u64cd\u4f5c\uff0c\u52a9\u4f60\u63d0\u9ad8\u6548\u7387\u54e6\uff01",
    "version": "1.0.0",
    "description": "\u817e\u8baf\u5fae\u4fe1\u516c\u4f17\u53f7\u8f6c\u8f7d\u6216\u590d\u5236\u5fae\u4fe1\u6587\u7ae0\u65f6\uff0c\u514d\u53bb\u624b\u52a8\u5168\u9009\u5185\u5bb9\uff0c\u8f7b\u677e\u590d\u5236\u5fae\u4fe1\u957f\u6587\u7ae0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/lib\/jquery-2.2.3.min.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mp.weixin.qq.com\/cgi-bin\/appmsg?t=*"
            ],
            "js": [
                "scripts\/lib\/jquery-2.2.3.min.js",
                "scripts\/lib\/bootstrap\/bootstrap.min.js",
                "scripts\/util.js",
                "content_wx\/mp.wx.content.js"
            ],
            "css": [
                "scripts\/lib\/bootstrap\/bootstrap.min.css",
                "styles\/article.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/mp.weixin.qq.com\/s?__biz=*",
                "https:\/\/mp.weixin.qq.com\/s?src=*",
                "https:\/\/mp.weixin.qq.com\/s\/*"
            ],
            "js": [
                "scripts\/lib\/jquery-2.2.3.min.js",
                "content_wx\/article.content.js"
            ],
            "css": [
                "scripts\/lib\/bootstrap\/bootstrap.min.css",
                "styles\/article.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "\u5fae\u4fe1\u6587\u7ae0\u590d\u5236",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "scripts\/lib\/jquery-2.2.3.min.js",
        "scripts\/lib\/bootstrap\/bootstrap.min.css",
        "scripts\/lib\/bootstrap\/bootstrap.min.js",
        "content_wx\/mp.wx.content.js",
        "content_wx\/article.content.js"
    ],
    "content_security_policy": "script-src https:\/\/ssl.google-analytics.com\/ga.js 'self' 'unsafe-eval'; object-src 'self'"
}