Pinterest画像ダウンローダー

Pinterestのオリジナルサイズの画像を手軽にダウンロードすることができます。

Cos'è Pinterest画像ダウンローダー?

Pinterest画像ダウンローダー è un'estensione di Chrome sviluppata da Licua, e la sua funzione principale è "Pinterestのオリジナルサイズの画像を手軽にダウンロードすることができます。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pinterest画像ダウンローダー

Scarica i file di estensione Pinterest画像ダウンローダー in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Pinterestのオリジナルサイズの画像を手軽にダウンロードできるようにする拡張です。

■基本機能
・本拡張を追加するとPinterestの画像の右上にダウンロードボタンが表示されるようになります。
・ボタンをクリックすることでオリジナルサイズの画像をダウンロードすることができます。

■追加機能
ブラウザ右上の拡張機能のアイコンから以下の機能をご利用いただけます。
・表示中の画像を一括でダウンロード
・自動で画面をスクロールしながら画像をダウンロード

■お知らせ【重要】
 全Webサイトに対応した高機能版 "One Click Image Downloader" をリリースしました(2020/07/02)。
 本拡張の操作性を引き継ぎ、Pinterestの画像も従来通りダウンロードすることが可能です。

 [One Click Image Downloader]
 https://chrome.google.com/webstore/detail/one-click-image-downloade/djcobamaplcmhmaocomnkfdbcoiggepo/related?hl=ja&authuser=1

 本リリースに伴い、Pinterest画像ダウンローダーは今後サポートを終了するため、
 今後はOne Click Image Downloaderをご利用いただくことを推奨します。

■注意
・Gif画像と動画のダウンロードには対応していません。

■免責事項
本拡張を使用したことによって生じたすべての障害・損害・不具合などに関しては、本拡張の提供者と提供者の関係者および所属するいかなる団体・組織とも、一切の責任を負いません。各自の責任においてご使用ください。                    

Informazioni di Base sull'Estensione

Nome Pinterest画像ダウンローダー Pinterest画像ダウンローダー
ID mhlbkeicaganfnmiceinkfcemhoihbea
URL Ufficiale https://chromewebstore.google.com/detail/pinterest%E7%94%BB%E5%83%8F%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%80%E3%83%BC/mhlbkeicaganfnmiceinkfcemhoihbea
Descrizione Pinterestのオリジナルサイズの画像を手軽にダウンロードすることができます。
Dimensione del File 223 KB
Conteggio Installazioni 3,343
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-07-04
Data di Pubblicazione 2020-07-04
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Licua
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.0",
    "name": "Pinterest\u753b\u50cf\u30c0\u30a6\u30f3\u30ed\u30fc\u30c0\u30fc",
    "description": "Pinterest\u306e\u30aa\u30ea\u30b8\u30ca\u30eb\u30b5\u30a4\u30ba\u306e\u753b\u50cf\u3092\u624b\u8efd\u306b\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pinterest.jp\/*",
                "https:\/\/www.pinterest.jp\/*"
            ],
            "js": [
                "\/static\/js\/content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_title": "Pinterest\u753b\u50cf\u30c0\u30a6\u30f3\u30ed\u30fc\u30c0\u30fc",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "\/static\/js\/background_script.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}