Save to OneDrive

Save images, web content and screen capture to OneDrive

Save to OneDriveとは何ですか?

Save to OneDriveはhttps://airsend.ioによって開発されたChromeの拡張機能で、その主な機能は「Save images, web content and screen capture to OneDrive」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Save to OneDrive chrome extension allows users to right click any file (documents, images, audio and video) and save to their Microsoft OneDrive.  One can take screenshots of entire page and save to their OneDrive. Users can also choose the target folder where one want to store the files.

Note: It is a 3rd party extension provided by AirSend - World's First Digital Workspace for Professionals. AirSend helps you to share documents, send messages, sign contracts and complete transactions in a single elegant workspace.                    

拡張機能の基本情報

名前 Save to OneDrive Save to OneDrive
ID clalmipngagbenbolclhinppjkincghn
公式URL https://chromewebstore.google.com/detail/save-to-onedrive/clalmipngagbenbolclhinppjkincghn
説明 Save images, web content and screen capture to OneDrive
ファイルサイズ 133 KB
インストール数 45,448
現在のバージョン 1.1.0
最終更新日 2020-02-05
公開日 2020-02-01
評価 3.48/5 合計 81 レビュー
開発者 https://airsend.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.airsend.io/
プライバシーポリシーページのURL https://www.getfilecloud.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "1.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "16": "img\/ext_icons\/16.png",
        "19": "img\/ext_icons\/19.png",
        "38": "img\/ext_icons\/38.png",
        "48": "img\/ext_icons\/48.png",
        "128": "img\/ext_icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/utils.js",
            "js\/helpers\/log.js",
            "js\/screenshot-background.js",
            "js\/od.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/ext_icons\/19.png",
            "38": "img\/ext_icons\/38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "permissions": [
        "*:\/\/*\/*",
        "",
        "identity",
        "storage",
        "contextMenus",
        "activeTab",
        "tabs"
    ]
}