Pixabay PNG

Pixabay PNG

Pixabay PNG란 무엇입니까?

Pixabay PNG은(는) robertsteele에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pixabay PNG"입니다.

확장 프로그램 스크린샷

screenshot

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

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