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
Eメール [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"
    }
}