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
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pexels

ดาวน์โหลดไฟล์ส่วนขยาย Pexels ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
อีเมล ingo.joseph@gmail.com
ประเภทการชำระเงิน 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"
    }
}