Amazing Icon Downloader

Easily find and download SVG Icons from a certain cloud management portal.

Amazing Icon Downloaderคืออะไร?

Amazing Icon Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt LaGrandeur และคุณลักษณะหลักของมันคือ "Easily find and download SVG Icons from a certain cloud management portal."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazing Icon Downloader

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

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

                        This extension only works for a certain cloud management portal - hopefully you are here by word of mouth.  If you are here randomly, then this tool probably isn't for you.  This is an unofficial extension, so I can't actually say the name of the cloud management portal it is for :-)

Main features:
 - Easily view all icons on a page
 - Search to filter down long lists of icons
 - Rename and download any single icon, in .svg or .png format
 - Bulk download all icons as a .zip file                    

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

ชื่อ Amazing Icon Downloader Amazing Icon Downloader
ID kllljifcjfleikiipbkdcgllbllahaob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazing-icon-downloader/kllljifcjfleikiipbkdcgllbllahaob
คำอธิบาย Easily find and download SVG Icons from a certain cloud management portal.
ขนาดไฟล์ 54.02 KB
จำนวนการติดตั้ง 6,302
เวอร์ชันปัจจุบัน Version 2.1
อัปเดตครั้งล่าสุด 2023-09-19
วันที่เผยแพร่ 2020-04-27
คะแนน 4.43/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Matt LaGrandeur
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazing Icon Downloader",
    "short_name": "Amazing Icon",
    "version": "2.1",
    "version_name": "Version 2.1",
    "description": "Easily find and download SVG Icons from a certain cloud management portal.",
    "author": "Matt LaGrandeur",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}