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.

Apa itu Save to Koofr?

Save to Koofr adalah ekstensi Chrome yang dikembangkan oleh Koofr, dan fitur utamanya adalah "Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Save to Koofr

Unduh file ekstensi Save to Koofr dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Save to Koofr Save to Koofr
ID cgigbdaddgndbofikanbfmkpfoonlbpp
URL Resmi https://chromewebstore.google.com/detail/save-to-koofr/cgigbdaddgndbofikanbfmkpfoonlbpp
Deskripsi Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.
Ukuran File 96.12 KB
Jumlah Instalasi 6,442
Versi Saat Ini 1.2.5
Terakhir Diperbarui 2022-12-09
Tanggal Publikasi 2019-12-02
Penilaian 4.33/5 Total 15 Penilaian
Pengembang Koofr
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://koofr.eu/
Bahasa yang Didukung 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__"
        }
    }
}