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
官方網址 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"
    }
}