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
官方網址 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
電子郵箱 [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"
    ]
}