Pin Generator

Generate Pinterest Pins from any website.

Co je Pin Generator?

Pin Generator je rozšíření Chrome vyvinuté https://pingenerator.com, a jeho hlavní funkcí je „Generate Pinterest Pins from any website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Pin Generator

Stáhněte si soubory rozšíření Pin Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Pin Generator Pin Generator
ID ajbhelkledhdfliikloahghogmidbabn
Oficiální URL https://chromewebstore.google.com/detail/pin-generator/ajbhelkledhdfliikloahghogmidbabn
Popis Generate Pinterest Pins from any website.
Velikost souboru 19.51 KB
Počet instalací 996
Aktuální Verze 0.0.3
Poslední Aktualizace 2023-08-30
Datum Vydání 2023-08-18
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://pingenerator.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://pingenerator.com
URL Stránky Nápovědy https://pingenerator.tawk.help/
URL Stránky Zásad Ochrany Soukromí https://pingenerator.com/privacy-policy
Podporované Jazyky 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"
    }
}