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
官方網址 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"
        ]
    }
}