Malli Graphics

Free high quality PSD mockups

Malli Graphicsคืออะไร?

Malli Graphics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Free high quality PSD mockups"

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

screenshot

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

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

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

                        Mockup sites. They're the worst. Redirect after redirect after waiting 5 seconds after filling in personal data and selling your soul. There is a new go to spot for your mockups! Malli.graphics is here to change that!

We have an awesome collection of high quality mockups, hand picked by us, a team of designers from a small Belgian agency. We support the designer community, We have to.

The mockups are sources from all over the internet. Since we do not want to steal these, or cannibalise on someone else's work, we redirect you to the origin owner of the mockup,but only to sites where you aren't redirected again, or have to fill in a ton of shit just in order to download your mockup.We'll make sure of it! This one redirect is necessary to support the original creator and the designer community in general.                    

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

ชื่อ Malli Graphics Malli Graphics
ID jfomllnpdpbpnnodanpanfiaalhimohi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/malli-graphics/jfomllnpdpbpnnodanpanfiaalhimohi
คำอธิบาย Free high quality PSD mockups
ขนาดไฟล์ 269 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-04-22
วันที่เผยแพร่ 2020-04-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://malli.graphics
URL หน้าช่วยเหลือ https://malli.graphics/contact
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Malli Graphics",
    "version": "0.1",
    "description": "Free high quality PSD mockups",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "css\/popup_alternative.css",
                "css\/notification.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "assets\/fonts\/CeraProMedium.woff2",
        "assets\/fonts\/CeraProBold.woff2",
        "assets\/fonts\/CeraProMedium.woff",
        "assets\/fonts\/CeraProBold.woff",
        "assets\/img\/logo.png"
    ]
}