Pin Generator

Generate Pinterest Pins from any website.

Pin Generator क्या है?

Pin Generator https://pingenerator.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate Pinterest Pins from any website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pin Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}