Fullscreen Pixlr

By Aaron Saporito

Wat is Fullscreen Pixlr?

Fullscreen Pixlr is een Chrome-extensie ontwikkeld door Aaron Saporito, en de belangrijkste functie is "By Aaron Saporito".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fullscreen Pixlr

Download Fullscreen Pixlr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This gets rid of the empty space/ad space on the far right of the Pixlr editor.

Pros;
  Fullscreen editing

Cons;
  ???                    

Basisinformatie over de Extensie

Naam Fullscreen Pixlr Fullscreen Pixlr
ID ohbfippdelopbdagjgdbldkgipebgdna
Officiële URL https://chrome.google.com/webstore/detail/fullscreen-pixlr/ohbfippdelopbdagjgdbldkgipebgdna
Beschrijving By Aaron Saporito
Bestandsgrootte 31.88 KB
Aantal Installaties 919
Huidige Versie 0.1.7
Laatst Bijgewerkt 2017-03-28
Publicatiedatum 2017-03-28
Beoordeling 2.40/5 Totaal 15 Beoordelingen
Ontwikkelaar Aaron Saporito
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fullscreen Pixlr",
    "version": "0.1.7",
    "description": "By Aaron Saporito",
    "content_scripts": [
        {
            "css": [
                "full.css"
            ],
            "matches": [
                "*:\/\/pixlr.com\/editor\/"
            ]
        }
    ],
    "web_accessible_resources": [
        "full.css"
    ],
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}