Save to Koofr

Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.

Save to Koofr là gì?

Save to Koofr là một tiện ích mở rộng Chrome được phát triển bởi Koofr, và tính năng chính của nó là "Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.".

Ả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 Save to Koofr

Tải xuống các tệp mở rộng Save to Koofr 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 Koofr extension allows you to easily save content from the web while browsing directly to your Koofr account with a single click. 

Koofr is a safe, EU based cloud storage with up to 10 GB free storage space. It offers an option to connect multiple cloud accounts (Dropbox, Google Drive, OneDrive) and lets you organize all your files in one place. With it, you can access your data anytime, anywhere and on any device - be it a computer, a phone or a tablet.  

Koofr features:  
- On mobile or desktop, with any modern browser, through WebDAV or Rclone. Koofr works where you are.  
- Collaborate easily. Upload your files of unlimited size and share them with anyone. 
- Organize your life with ease. Connect your existing cloud storage accounts and utilize the unified search engine. 
- Automatically upload all your media files from mobile devices and access them in one place. 
- Synchronise files from your computers on Windows, macOS or Linux. 
- Protect your account with two-step verification for added security. 
- Effortlessly send and receive files and folders of unlimited size from anyone with sharing links. 
- Save anything from the web with a single click using Save to Koofr.  
- Simply transfer a copy of your Facebook media to your account. 
- Create, view and edit your documents with Office for the web. 
- Easily restore the accidentally deleted files and folders.  
- Never again worry about the privacy and security of your files. 

Go to https://app.koofr.net/signup and create a free account.                    

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

Tên Save to Koofr Save to Koofr
ID cgigbdaddgndbofikanbfmkpfoonlbpp
URL Chính Thức https://chromewebstore.google.com/detail/save-to-koofr/cgigbdaddgndbofikanbfmkpfoonlbpp
Mô tả Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.
Kích Thước Tệp 96.12 KB
Số Lần Cài Đặt 6,442
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2022-12-09
Ngày Phát Hành 2019-12-02
Đánh Giá 4.33/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Koofr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://koofr.eu/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "version": "1.2.5",
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-3.1.1.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "lib\/toastr.min.css",
                "koofr.css"
            ],
            "js": [
                "lib\/jquery-3.1.1.js",
                "lib\/toastr.min.js",
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/*",
        "content_script.js",
        "koofr.css",
        "present"
    ],
    "commands": {
        "screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "__MSG_screenshotCmdDesc__"
        },
        "saveLargestImage": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "__MSG_screenshotCmdDesc__"
        }
    }
}