Pexels

Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.

Pexels क्या है?

Pexels https://www.pexels.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites."।

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

screenshot
screenshot
screenshot

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

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

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

                        Features:
- Have a beautiful new tab page
- View a stunning high-quality photo with every new tab you open
- All photos are from pexels.com and can be used for free – even for commercial projects
- Add a shortcut to websites you visit often and easily access them                    

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

नाम Pexels Pexels
ID fdnpgodccdfgofepkclnopmbnacjkbnj
आधिकारिक URL https://chromewebstore.google.com/detail/pexels/fdnpgodccdfgofepkclnopmbnacjkbnj
विवरण Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.
फ़ाइल का आकार 24.52 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.14
अंतिम अपडेट 2021-10-05
प्रकाशन तिथि 2019-11-08
रेटिंग 4.30/5 कुल 44 रेटिंग्स
डेवलपर https://www.pexels.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.pexels.com/pro/
गोपनीयता नीति पृष्ठ URL https://www.pexels.com/terms-of-service
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pexels",
    "description": "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.",
    "version": "1.14",
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "add-bookmark-popup.html"
    },
    "icons": {
        "16": "images\/pexels16.png",
        "48": "images\/pexels48.png",
        "128": "images\/pexels128.png"
    }
}