MockoFun Online Graphic Designer

Grab any image off the internet and upload it into MockoFun. Then do image editing, add text, poster and flyer design, etc.

MockoFun Online Graphic Designerคืออะไร?

MockoFun Online Graphic Designer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mockofun.com และคุณลักษณะหลักของมันคือ "Grab any image off the internet and upload it into MockoFun. Then do image editing, add text, poster and flyer design, etc."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MockoFun Online Graphic Designer

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

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

                        ** RATE THIS EXTENSION AND GET A CHANCE AT WINNING A 5$ DISCOUNT COUPON ON MOCKOFUN **

Photo editor Chrome Extension:
MockoFUN is a free online graphic design tool​.

Create beautiful designs using the browser. You don’t need to know Photoshop to make awesome images. Graphic design is fun when you’re using MockoFun.

With this Chrome extension you can edit images from the internet just by clicking the MockoFun logo.

Also, select any text in a web page and convert it to curved text or regular text in MockoFun text editor. In this way, you can easily make memes, quote images or any other types of graphics.

📷 PHOTO Editor
Edit photos online using photo filters and blending modes. You can add a photo mask, photo frames and borders, photo vignette, photo overlays and much more...

👉 TEXT Editor
MockoFun is a free text editor with fonts. We have over 800 free fonts to choose from.
You can make curved text, circular text, highlight text and outline text.
Try our text effects, they are so cool!

👉 LOGO Maker
Use MockoFun as a logo maker. Create a logo using vector shapes and clipart illustrations from our gallery.
Add circular text or curved text to make awesome logo design.

✨ CREATE AMAZING DESIGNS FOR WEBSITES, SOCIAL MEDIA & PRINT
In the MockoFun gallery you find hundreds of templates, mockups, flyers and posters, greeting cards and logo designs to choose from.

Using this Chrome extension you can easily grab any image from the internet and open it for editing in MockoFun. You can apply filters, add text and then download the result as a JPG, PNG or PDF for print. 

Search any image you need online and then press the MockoFun button in the corner of the image to open it in MockoFun.                    

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

ชื่อ MockoFun Online Graphic Designer MockoFun Online Graphic Designer
ID gnjhlhnaaabdjbpohkodichkkaonmejb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mockofun-online-graphic-d/gnjhlhnaaabdjbpohkodichkkaonmejb
คำอธิบาย Grab any image off the internet and upload it into MockoFun. Then do image editing, add text, poster and flyer design, etc.
ขนาดไฟล์ 30.77 KB
จำนวนการติดตั้ง 1,427
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-09-29
วันที่เผยแพร่ 2020-04-23
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.mockofun.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.mockofun.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MockoFun Online Graphic Designer",
    "version": "1.3",
    "description": "Grab any image off the internet and upload it into MockoFun. Then do image editing, add text, poster and flyer design, etc.",
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/logo-16.png",
            "48": "img\/logo-48.png",
            "128": "img\/logo-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/mockofun.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/tmpAddCurvedTextScript.js",
                "js\/tmpOpenImageScript.js",
                "img\/logo-32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.mockofun.com\/create"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}