Pin Generator

Generate Pinterest Pins from any website.

什么是Pin Generator?

Pin Generator是由https://pingenerator.com开发的Chrome扩展程序,该扩展的主要功能是“Generate Pinterest Pins from any website.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Pin Generator扩展crx文件

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