网页采集器

采集网页内容Chrome扩展插件

What is 网页采集器?

网页采集器 is a Chrome extension developed by lipingsdu, and its main feature is "采集网页内容Chrome扩展插件".

Download 网页采集器 Extension CRX File

Download 网页采集器 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

                        网页采集器,负责发送网页到配置的服务端                    

Extension Basic Information

Name 网页采集器 网页采集器
ID plbpdobgnlimhohnbddeeolcglldahhc
Official URL https://chromewebstore.google.com/detail/%E7%BD%91%E9%A1%B5%E9%87%87%E9%9B%86%E5%99%A8/plbpdobgnlimhohnbddeeolcglldahhc
Description 采集网页内容Chrome扩展插件
File Size 75 KB
Installation Count 61
Current Version 3.0
Last Updated 2018-05-10
Publish Date 2018-05-09
Rating 5.00/5 Total 1 Ratings
Developer lipingsdu
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u7f51\u9875\u91c7\u96c6\u5668",
    "version": "3.0",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "description": "\u91c7\u96c6\u7f51\u9875\u5185\u5bb9Chrome\u6269\u5c55\u63d2\u4ef6",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "\u7f51\u9875\u91c7\u96c6\u5668",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/jquery-2.1.4.min.js"
            ]
        }
    ]
}