Similar PNG

Similar PNG

Similar PNG란 무엇입니까?

Similar PNG은(는) https://similarcontent.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Similar PNG"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Here on Similar PNG you can Download free PNG images, icons and cliparts with transparent background in best resolution. Our free PNGs have no royalties.
Create your free account: https://similarpng.com/register/ 
Download unlimited PNG files now using the chrome extention                    

확장 프로그램 기본 정보

이름 Similar PNG Similar PNG
ID lofmfoopafghkkokbblandhanihfjpgo
공식 URL https://chromewebstore.google.com/detail/similar-png/lofmfoopafghkkokbblandhanihfjpgo
설명 Similar PNG
파일 크기 627 KB
설치 횟수 86
현재 버전 1.0.0
최근 업데이트 2020-04-17
출시 날짜 2020-04-17
개발자 https://similarcontent.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://similarpng.com
도움말 페이지 URL https://similarpng.com/contact/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Similar PNG",
    "description": "Similar 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:\/\/similarpng.com\/*"
    ]
}