Pixelixe Graphic & Image Editor

Edit any image browsing the web with Pixelixe Photo Editor Chrome extension.

Vad är Pixelixe Graphic & Image Editor?

Pixelixe Graphic & Image Editor är en Chrome-tillägg utvecklad av https://pixelixe.com, och dess huvudfunktion är "Edit any image browsing the web with Pixelixe Photo Editor Chrome extension.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Pixelixe Graphic & Image Editor-förlängningens CRX-fil

Ladda ner Pixelixe Graphic & Image Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Right-click on any image from your browser and select "Edit this image" from the context menu.

Meet Pixelixe Studio. This awesome tool offers an image and graphic creation platform that lets everyone design engaging graphics quickly and easily! This app offers a searchable collection of 1.000.000 stunning photographer images, thousands of amazing fonts and icons! You can also drop your own images and edit and download them easily.                    

Grundläggande Information om Tillägg

Namn Pixelixe Graphic & Image Editor Pixelixe Graphic & Image Editor
ID hnddfemljlompbmggkablcffmonknpdh
Officiell webbadress https://chromewebstore.google.com/detail/pixelixe-graphic-image-ed/hnddfemljlompbmggkablcffmonknpdh
Beskrivning Edit any image browsing the web with Pixelixe Photo Editor Chrome extension.
Filstorlek 33.5 KB
Antal Installationer 729
Aktuell Version 1.0
Senast Uppdaterad 2020-07-01
Publiceringsdatum 2020-06-30
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare https://pixelixe.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pixelixe.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixelixe Graphic & Image Editor",
    "version": "1.0",
    "description": "Edit any image browsing the web with Pixelixe Photo Editor Chrome extension.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "pixelixe_logo_16x16.png",
        "32": "pixelixe_logo_dark__1590953956_39157.png",
        "48": "pixelixe_logo_dark__1590954014_10749.png",
        "128": "pixelixe_logo_dark__1590953818_66772.png",
        "256": "pixelixe-logo-dark.png"
    },
    "manifest_version": 2
}