Pexels

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

Pexels란 무엇입니까?

Pexels은(는) https://www.pexels.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pexels 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}