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