Pin Generator

Generate Pinterest Pins from any website.

Wat is Pin Generator?

Pin Generator is een Chrome-extensie ontwikkeld door https://pingenerator.com, en de belangrijkste functie is "Generate Pinterest Pins from any website.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pin Generator

Download Pin Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Pin Generator Pin Generator
ID ajbhelkledhdfliikloahghogmidbabn
Officiële URL https://chromewebstore.google.com/detail/pin-generator/ajbhelkledhdfliikloahghogmidbabn
Beschrijving Generate Pinterest Pins from any website.
Bestandsgrootte 19.51 KB
Aantal Installaties 996
Huidige Versie 0.0.3
Laatst Bijgewerkt 2023-08-30
Publicatiedatum 2023-08-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://pingenerator.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pingenerator.com
Help Pagina-URL https://pingenerator.tawk.help/
URL van de Privacybeleid Pagina https://pingenerator.com/privacy-policy
Ondersteunde Talen 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"
    }
}