Pexels

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

ما هو Pexels؟

Pexels هو إضافة Chrome تم تطويرها بواسطة https://www.pexels.com، والميزة الرئيسية لها هي "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pexels

قم بتنزيل ملفات الامتداد Pexels بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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"
    }
}