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.

Co je Save to Koofr?

Save to Koofr je rozšíření Chrome vyvinuté Koofr, a jeho hlavní funkcí je „Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Save to Koofr

Stáhněte si soubory rozšíření Save to Koofr ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Save to Koofr Save to Koofr
ID cgigbdaddgndbofikanbfmkpfoonlbpp
Oficiální URL https://chromewebstore.google.com/detail/save-to-koofr/cgigbdaddgndbofikanbfmkpfoonlbpp
Popis Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.
Velikost souboru 96.12 KB
Počet instalací 6,442
Aktuální Verze 1.2.5
Poslední Aktualizace 2022-12-09
Datum Vydání 2019-12-02
Hodnocení 4.33/5 Celkem 15 Hodnocení
Vývojář Koofr
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://koofr.eu/
Podporované Jazyky 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__"
        }
    }
}