Malli Graphics

Free high quality PSD mockups

什么是Malli Graphics?

Malli Graphics是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Free high quality PSD mockups”。

扩展截图

screenshot

下载Malli Graphics扩展crx文件

下载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"
    ]
}