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.

Hvad er Save to Koofr?

Save to Koofr er en Chrome-udvidelse udviklet af Koofr, og dens hovedfunktion er "Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Save to Koofr-udvidelses-CRX-fil

Download Save to Koofr-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Save to Koofr Save to Koofr
ID cgigbdaddgndbofikanbfmkpfoonlbpp
Officiel URL https://chromewebstore.google.com/detail/save-to-koofr/cgigbdaddgndbofikanbfmkpfoonlbpp
Beskrivelse Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.
Filstørrelse 96.12 KB
Antal Installationer 6,442
Nuværende Version 1.2.5
Senest Opdateret 2022-12-09
Udgivelsesdato 2019-12-02
Bedømmelse 4.33/5 Samlet 15 Bedømmelser
Udvikler Koofr
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://koofr.eu/
Understøttede Sprog 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__"
        }
    }
}