Fullscreen Pixlr

By Aaron Saporito

Fullscreen Pixlr क्या है?

Fullscreen Pixlr Aaron Saporito द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "By Aaron Saporito"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fullscreen Pixlr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

Pros;
  Fullscreen editing

Cons;
  ???                    

एक्सटेंशन की मूल जानकारी

नाम Fullscreen Pixlr Fullscreen Pixlr
ID ohbfippdelopbdagjgdbldkgipebgdna
आधिकारिक URL https://chrome.google.com/webstore/detail/fullscreen-pixlr/ohbfippdelopbdagjgdbldkgipebgdna
विवरण By Aaron Saporito
फ़ाइल का आकार 31.88 KB
स्थापना संख्या 919
वर्तमान संस्करण 0.1.7
अंतिम अपडेट 2017-03-28
प्रकाशन तिथि 2017-03-28
रेटिंग 2.40/5 कुल 15 रेटिंग्स
डेवलपर Aaron Saporito
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}