Pinterest画像ダウンローダー

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

What is Pinterest画像ダウンローダー?

Pinterest画像ダウンローダー is a Chrome extension developed by Licua, and its main feature is "Pinterestのオリジナルサイズの画像を手軽にダウンロードすることができます。".

Extension Screenshots

screenshot

Download Pinterest画像ダウンローダー Extension CRX File

Download Pinterest画像ダウンローダー extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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画像と動画のダウンロードには対応していません。

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

Extension Basic Information

Name Pinterest画像ダウンローダー Pinterest画像ダウンローダー
ID mhlbkeicaganfnmiceinkfcemhoihbea
Official URL 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
Description Pinterestのオリジナルサイズの画像を手軽にダウンロードすることができます。
File Size 223 KB
Installation Count 3,343
Current Version 1.1.0
Last Updated 2020-07-04
Publish Date 2020-07-04
Rating 5.00/5 Total 3 Ratings
Developer Licua
Email [email protected]
Payment Type free
Supported Languages 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'"
}