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とは何ですか?

Save to KoofrはKoofrによって開発されたChromeの拡張機能で、その主な機能は「Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Save to Koofr拡張機能のCRXファイルをダウンロード

Save to Koofr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Save to Koofr Save to Koofr
ID cgigbdaddgndbofikanbfmkpfoonlbpp
公式URL https://chromewebstore.google.com/detail/save-to-koofr/cgigbdaddgndbofikanbfmkpfoonlbpp
説明 Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.
ファイルサイズ 96.12 KB
インストール数 6,442
現在のバージョン 1.2.5
最終更新日 2022-12-09
公開日 2019-12-02
評価 4.33/5 合計 15 レビュー
開発者 Koofr
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://koofr.eu/
対応言語 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__"
        }
    }
}