Pixelmodo

Easy Graphic Design Software. Simple Photo Editor.

什么是Pixelmodo?

Pixelmodo是由http://pixelmodo.com开发的Chrome扩展程序,该扩展的主要功能是“Easy Graphic Design Software. Simple Photo Editor.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Pixelmodo扩展crx文件

下载Pixelmodo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Grab text and images from any webpage into the PixelModo editor for quick customisation.

Highlight texts or right-click images on any webpage, select "Open in Pixelmodo". You'll be taken instantly to the editor to complete your graphics. Pixelmodo offers you:

- Over 2,000,000+ royalty-free background photos, icons and shapes
- Over 1,000,000+ quotes
- 500+ templates with 50+ new templates added monthly
- Ability to upload custom fonts
- Ability to invite team members and organise your graphics in Folders
- Pick a Pre-set size or enter a custom size.                    

扩展基本信息

名称 Pixelmodo Pixelmodo
ID imbndbhdcdpdflhcfheflmabchahkooc
官方URL https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc
简介 Easy Graphic Design Software. Simple Photo Editor.
文件大小 42.67 KB
安装次数 835
当前版本 1.2
更新时间 2018-08-17
上架时间 2018-08-17
评分 1.82/5 共11次评分
开发者 http://pixelmodo.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pixelmodo.com
帮助页面URL https://pixelmodo.com/contact
隐私政策页面URL https://joyworks.io/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixelmodo",
    "description": "Easy Graphic Design Software. Simple Photo Editor.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Pixelmodo"
    },
    "icons": {
        "32": "favicon.png",
        "48": "favicon.png",
        "56": "favicon.png",
        "64": "favicon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "pixelmodo.js"
        ]
    }
}