catch sources

抓取网页中的源文件.

What is catch sources?

catch sources is a Chrome extension developed by winter, and its main feature is "抓取网页中的源文件.".

Extension Screenshots

screenshot

Download catch sources Extension CRX File

Download catch sources 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 catch sources catch sources
ID deajfpjhabaddfjhpjgjanfgnihmakkg
Official URL https://chromewebstore.google.com/detail/catch-sources/deajfpjhabaddfjhpjgjanfgnihmakkg
Description 抓取网页中的源文件.
File Size 31.71 KB
Installation Count 32
Current Version 1.0
Last Updated 2016-11-10
Publish Date 2016-11-09
Rating 2.00/5 Total 1 Ratings
Developer winter
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "catch sources",
    "version": "1.0",
    "description": "\u6293\u53d6\u7f51\u9875\u4e2d\u7684\u6e90\u6587\u4ef6.",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "downloads",
        "",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}