Pin Generator

Generate Pinterest Pins from any website.

Pin Generator란 무엇입니까?

Pin Generator은(는) https://pingenerator.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate Pinterest Pins from any website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Generate Pinterest pins instantly by scanning any webpage and using the images and metadata to create Pinterest pins that are ready to go.                    

확장 프로그램 기본 정보

이름 Pin Generator Pin Generator
ID ajbhelkledhdfliikloahghogmidbabn
공식 URL https://chromewebstore.google.com/detail/pin-generator/ajbhelkledhdfliikloahghogmidbabn
설명 Generate Pinterest Pins from any website.
파일 크기 19.51 KB
설치 횟수 996
현재 버전 0.0.3
최근 업데이트 2023-08-30
출시 날짜 2023-08-18
평점 5.00/5 총 1 개의 평점
개발자 https://pingenerator.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pingenerator.com
도움말 페이지 URL https://pingenerator.tawk.help/
개인정보 보호 정책 페이지 URL https://pingenerator.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pin Generator",
    "version": "0.0.3",
    "description": "Generate Pinterest Pins from any website.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}