catch sources

抓取网页中的源文件.

什么是catch sources?

catch sources是由winter开发的Chrome扩展程序,该扩展的主要功能是“抓取网页中的源文件.”。

扩展截图

screenshot

下载catch sources扩展crx文件

下载catch sources扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        抓取网页中资源地址,将源文件展示出来同时可以一键下载                    

扩展基本信息

名称 catch sources catch sources
ID deajfpjhabaddfjhpjgjanfgnihmakkg
官方URL https://chromewebstore.google.com/detail/catch-sources/deajfpjhabaddfjhpjgjanfgnihmakkg
简介 抓取网页中的源文件.
文件大小 31.71 KB
安装次数 32
当前版本 1.0
更新时间 2016-11-10
上架时间 2016-11-09
评分 2.00/5 共1次评分
开发者 winter
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}