catch sources

抓取网页中的源文件.

catch sourcesคืออะไร?

catch sources เป็นส่วนขยายของ Chrome ที่พัฒนาโดย winter และคุณลักษณะหลักของมันคือ "抓取网页中的源文件."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย catch sources

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}