Pixabay PNG

Pixabay PNG

Pixabay PNG क्या है?

Pixabay PNG robertsteele द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pixabay PNG"।

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

screenshot

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

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

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

                        Pixabay PNG
Here on Pixabay PNG you can Download free PNG images, icons and cliparts with transparent background in best resolution. Our free PNGs have no royalties.                    

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

नाम Pixabay PNG Pixabay PNG
ID kjflcmcecbijlabokdphgjofanlcnmgm
आधिकारिक URL https://chromewebstore.google.com/detail/pixabay-png/kjflcmcecbijlabokdphgjofanlcnmgm
विवरण Pixabay PNG
फ़ाइल का आकार 617 KB
स्थापना संख्या 239
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-05-05
प्रकाशन तिथि 2021-04-26
डेवलपर robertsteele
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pixabay.com
सहायता पृष्ठ URL https://pixabay.com/contact
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixabay PNG",
    "description": "Pixabay PNG",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Open the extension"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/pixabay.com\/*"
    ]
}