pCloud Save

Save your favorite web images, videos, text and more to pCloud - up to 10 GB free storage.

pCloud Save là gì?

pCloud Save là một tiện ích mở rộng Chrome được phát triển bởi www.pcloud.com, và tính năng chính của nó là "Save your favorite web images, videos, text and more to pCloud - up to 10 GB free storage.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng pCloud Save 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

                        Save to pCloud allows you to save web images, videos, audiobooks and more from the context menu, directly to your pCloud account. Easily get a copy of your favorite web content and access it from your phone, laptop and from the web.
With Save to pCloud, you can:

★ Save web content through the right-click context menu
★ Select multiple web images and save them at once
★ Mark articles, paragraphs and other types of text content and save away

Right-click on the file you want to save and select "Save to pCloud" from the context menu. Want to save more than one image at once? Hold the Alt key on your keyboard  every time you choose an image. Then confirm your upload by clicking on the Save to pCloud button at the bottom of the screen.

Every time you save to pCloud, you'll get a notification with details on the location of your files in pCloud and shortcut access.

To enable Save to pCloud in incognito mode, go to chrome://extensions/ and check the "Allow in incognito" box.

What's new:
You can now log into your pCloud account with Google, Facebook or your AppleID

------------
About pCloud

pCloud is the secure place for your photos, documents, and entire digital collection. Once your files are in pCloud, you will be able to easily access, share and collaborate on them, anytime you want, anywhere you go. Sign up now and get up to 10 GB of cloud storage for free. The app is available for all major mobile (Android, iOS and Windows Mobile), desktop (Windows, Mac OS, Linux) and web platforms.                    

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

Tên pCloud Save pCloud Save
ID npamdkabjncnnoaofdjcaipmnccofeem
URL Chính Thức https://chromewebstore.google.com/detail/pcloud-save/npamdkabjncnnoaofdjcaipmnccofeem
Mô tả Save your favorite web images, videos, text and more to pCloud - up to 10 GB free storage.
Kích Thước Tệp 2.16 MB
Số Lần Cài Đặt 23,287
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2020-07-07
Đánh Giá 2.99/5 Tổng số 133 Đánh Giá
Nhà Phát Triển www.pcloud.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pcloud.com/
URL Trang Chính Sách Bảo Mật https://www.pcloud.com/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "pCloud Save",
    "short_name": "pCloud",
    "version": "2.0.1",
    "author": "pCloud AG - www.pcloud.com",
    "description": "Save your favorite web images, videos, text and more to pCloud - up to 10 GB free storage.",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; media-src 'self'; script-src-elem 'self' https:\/\/my.pcloud.com\/dist\/ https:\/\/appleid.cdn-apple.com https:\/\/cdn.safecharge.com"
    },
    "icons": {
        "16": "img\/context\/icon-bitty.png",
        "48": "img\/context\/icon-small.png",
        "128": "img\/context\/icon-large.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_off.png",
            "32": "img\/icon_off.png",
            "64": "img\/icon_off.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "notifications",
        "storage",
        "windows",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/www.google-analytics.com\/"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "css\/content-style.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js"
            ],
            "match_about_blank": true,
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "css\/content-style.css"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "match_about_blank": true,
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "partial\/hint-pdf.html",
                "js\/jquery-3.2.1.min.js",
                "img\/partial\/icon_on_20x20.png",
                "img\/partial\/[email protected]",
                "img\/partial\/slim_close.png",
                "img\/partial\/[email protected]",
                "img\/partial\/lightning.png",
                "img\/partial\/[email protected]"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}