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
Eメール [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"
    }
}