Shutterfly Exporter

Download all pictures from your Shutterfly album to your computer

Shutterfly Exporter là gì?

Shutterfly Exporter là một tiện ích mở rộng Chrome được phát triển bởi ilyakatz, và tính năng chính của nó là "Download all pictures from your Shutterfly album to your computer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shutterfly Exporter

Tải xuống các tệp mở rộng Shutterfly Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This simple extension allows you to download the contents of your Shutterfly album to your computer for backup. This extension works only on shared sites created with Shutterfly. It will not work from your account in Shutterfly.

**** NOTE: If the extension doesn't work for you, send your comments to https://shutterflyextension.freshdesk.com/support/tickets/new ****

Please note, Shutterfly Exporter Chrome Extension is not associated with Shutterfly. It is a free tool that is only made possible by community support, there is no corporation behind it. Hence, if you'd like to see changes to the tool, please support it via one of the following ways

Square Cash  https://cash.app/app/JNLQDBP 
PayPal https://www.paypal.com/donate/?token=barx6_FpUTzjrHQBKLT-AYCIWE-FBnwEVzeHjeKuZMzKtFcqaYqLumd2RnK7byyEuvAYFW&country.x=US&locale.x=US
Bitcoin https://onename.com/katzmopolitan
Coinbase https://www.coinbase.com/join/katzmopolitan

Here is how it works

 -  In your Shutterfly account, create a "share site" for the pictures that you want to download. This will create a site like "mypictures.shutterfly.com". You can create private site if you want to make sure no one has access to it.
  - Open the share site url in Chrome
  - Click on any subfolders with pictures that you have such that you see actually images appear
  - If the album is available for extraction, you will see an icon in right corder the URL bar
  - Click the arrow and press “Download my pictures”
  - If you get a notification about downloading files, click “Allow”
  - Your images should start downloading shortly. They will be downloaded into the default downloads folder.

If you get a prompt about saving each individual file, please make sure that you've allowed the extension so save multiple files at a time (see screenshot)

This extension is not affiliated with Shutterfly.com in anyway. I do not take an responsibility for your usage of the tool.

This is an open source project. Source code can be accessed via https://bitbucket.org/katzmopolitan/shutterfly_export/overview

License info:

https://bitbucket.org/katzmopolitan/shutterfly_export/raw/master/LICENSE                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shutterfly Exporter Shutterfly Exporter
ID dcfcbchldhelnhnohooelmmfdkkemnal
URL Chính Thức https://chromewebstore.google.com/detail/shutterfly-exporter/dcfcbchldhelnhnohooelmmfdkkemnal
Mô tả Download all pictures from your Shutterfly album to your computer
Kích Thước Tệp 545 KB
Số Lần Cài Đặt 5,810
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2019-10-05
Ngày Phát Hành 2019-10-05
Đánh Giá 3.92/5 Tổng số 61 Đánh Giá
Nhà Phát Triển ilyakatz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://challengepost.com/software/shutterfly-exporter-chrome-extension
URL Trang Trợ Giúp https://shutterflyextension.freshdesk.com/support/tickets/new
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shutterfly Exporter",
    "version": "2.0.1",
    "description": "Download all pictures from your Shutterfly album to your computer",
    "icons": {
        "16": "assets\/download.png",
        "48": "assets\/download_48.png",
        "128": "assets\/download_128.png"
    },
    "background": {
        "scripts": [
            "vendor\/jquery.js",
            "background.js"
        ],
        "run_at": "document_idle"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*.shutterfly.com\/*",
        "downloads",
        "storage"
    ],
    "page_action": {
        "default_name": "Download Album",
        "default_icon": "assets\/download.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.shutterfly.com\/*"
            ],
            "css": [
                "assets\/css\/foundation.min.css",
                "assets\/css\/normalize.css",
                "assets\/css\/stylesheet.css"
            ],
            "js": [
                "vendor\/jquery.js",
                "vendor\/durable-json-lint-with-dependencies.min.js",
                "vendor\/raven.min.js",
                "lib\/export.js",
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/injected.js"
    ]
}