SVG Fetcher

Fetch all the SVG from the web

SVG Fetcherคืออะไร?

SVG Fetcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://giroux-kevin.fr และคุณลักษณะหลักของมันคือ "Fetch all the SVG from the web"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SVG Fetcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Just click on the add-on icon to get all the download links for the rendered page. Refresh the page when you're done.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SVG Fetcher SVG Fetcher
ID kckjhgncjgdbiaadckjcnhbonfihmcic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic
คำอธิบาย Fetch all the SVG from the web
ขนาดไฟล์ 13.13 KB
จำนวนการติดตั้ง 569
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-06-11
วันที่เผยแพร่ 2018-06-11
คะแนน 1.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://giroux-kevin.fr
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SVG Fetcher",
    "description": "Fetch all the SVG from the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Show links"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    }
}