Pin Generator

Generate Pinterest Pins from any website.

Pin Generatorคืออะไร?

Pin Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pingenerator.com และคุณลักษณะหลักของมันคือ "Generate Pinterest Pins from any website."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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"
    }
}