MaterialDesignIcons Picker

Quick & easy icon picker

MaterialDesignIcons Pickerคืออะไร?

MaterialDesignIcons Picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quentin S. และคุณลักษณะหลักของมันคือ "Quick & easy icon picker"

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

screenshot
screenshot

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

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

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

                        "Material Design Icons' growing icon collection allows designers and developers targeting various platforms to download icons in the format, color and size they need for any project."

This extension allows you to easily find a suitable icon for your needs, right from your browser!

This project is open-source, don't hesitate to contribute! https://github.com/chteuchteu/MaterialDesignIcons-Picker                    

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

ชื่อ MaterialDesignIcons Picker MaterialDesignIcons Picker
ID edjaedpifkihpjkcgknfokmibkoafhme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/materialdesignicons-picke/edjaedpifkihpjkcgknfokmibkoafhme
คำอธิบาย Quick & easy icon picker
ขนาดไฟล์ 5.47 MB
จำนวนการติดตั้ง 7,312
เวอร์ชันปัจจุบัน 3.13.0
อัปเดตครั้งล่าสุด 2023-01-23
วันที่เผยแพร่ 2020-05-26
คะแนน 4.80/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Quentin S.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/chteuchteu/MaterialDesignIcons-Picker
URL หน้าช่วยเหลือ https://github.com/chteuchteu/MaterialDesignIcons-Picker/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MaterialDesignIcons Picker",
    "description": "Quick & easy icon picker",
    "version": "3.13.0",
    "icons": {
        "16": "dist\/img\/icon-16x16.png",
        "32": "dist\/img\/icon-32x32.png",
        "48": "dist\/img\/icon-48x48.png",
        "64": "dist\/img\/icon-64x64.png",
        "90": "dist\/img\/icon-90x90.png",
        "128": "dist\/img\/icon-128x128.png",
        "256": "dist\/img\/icon-256x256.png"
    },
    "author": "Quentin S.",
    "permissions": [
        "downloads"
    ],
    "browser_action": {
        "default_popup": "dist\/index.html",
        "default_icon": {
            "18": "dist\/img\/icon-18x18.png",
            "19": "dist\/img\/icon-19x19.png",
            "32": "dist\/img\/icon-32x32.png",
            "36": "dist\/img\/icon-36x36.png",
            "38": "dist\/img\/icon-38x38.png",
            "64": "dist\/img\/icon-64x64.png"
        }
    },
    "content_security_policy": "script-src 'self' 'sha256-4i\/UgFRq5GV5\/zCG+l3zFewouX2lYeboafDGhFLhxvs=' 'sha256-ElK29RD3NLaU5hBAN\/K5uzZjOlErtdlryb+CNRZVIPU='; object-src 'self'"
}