Pin Generator

Generate Pinterest Pins from any website.

Co to jest Pin Generator?

Pin Generator to rozszerzenie Chrome opracowane przez https://pingenerator.com, a jego główną funkcją jest „Generate Pinterest Pins from any website.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pin Generator

Pobierz pliki rozszerzeń Pin Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Pin Generator Pin Generator
ID ajbhelkledhdfliikloahghogmidbabn
Oficjalny URL https://chromewebstore.google.com/detail/pin-generator/ajbhelkledhdfliikloahghogmidbabn
Opis Generate Pinterest Pins from any website.
Rozmiar pliku 19.51 KB
Liczba instalacji 996
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2023-08-30
Data Publikacji 2023-08-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://pingenerator.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pingenerator.com
Adres URL Strony Pomocy https://pingenerator.tawk.help/
Adres URL Strony Polityki Prywatności https://pingenerator.com/privacy-policy
Obsługiwane Języki 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"
    }
}