Baidu Cloud Storage Saver

Supports screenshot capture and upload to Baidu Cloud Storage.

Baidu Cloud Storage Saverとは何ですか?

Baidu Cloud Storage Saverはbaidumars.netdiskによって開発されたChromeの拡張機能で、その主な機能は「Supports screenshot capture and upload to Baidu Cloud Storage.」です。

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

screenshot
screenshot
screenshot
screenshot

Baidu Cloud Storage Saver拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        网页截图、资源存储等轻量易用的百度网盘工具合集插件                    

拡張機能の基本情報

名前 Baidu Cloud Storage Saver Baidu Cloud Storage Saver
ID lfkkoabmfeaefiddnpbjeiofkmkpogim
公式URL https://chromewebstore.google.com/detail/baidu-cloud-storage-saver/lfkkoabmfeaefiddnpbjeiofkmkpogim
説明 Supports screenshot capture and upload to Baidu Cloud Storage.
ファイルサイズ 1.43 MB
インストール数 8,000
現在のバージョン 1.0.3
最終更新日 2024-01-15
公開日 2023-11-26
評価 5.00/5 合計 4 レビュー
開発者 baidumars.netdisk
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pan.baidu.com/disk/base/plugindownload?version=4.27.0&from=mac_yunguanjia&channel=1099b&privilege=MacToolsPage&pri_extra=
ヘルプページのURL https://pan.baidu.com/disk/base/plugindownload?version=4.27.0&from=mac_yunguanjia&channel=1099b&privilege=MacToolsPage&pri_extra=
プライバシーポリシーページのURL https://pan.baidu.com/disk/main
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.3",
    "author": "netdisk-fe",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage",
        "downloads",
        "cookies",
        "webRequest",
        "activeTab",
        "",
        "tabs",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "background.d0591844.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.4683de87.js"
            ],
            "css": [
                "contents.f0bd5d74.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.c10c11b1.js"
            ],
            "css": [
                "contents.f0bd5d74.css"
            ]
        }
    ],
    "commands": {
        "open_home": {
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "mac": "Command+Shift+8"
            },
            "description": "\u6253\u5f00\u4e3b\u9875"
        },
        "screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            },
            "description": "\u81ea\u7531\u6ed1\u9009\u622a\u56fe"
        },
        "upload_screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            },
            "description": "\u622a\u56fe\u5e76\u4e0a\u4f20"
        }
    },
    "default_locale": "zh_CN",
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.baidu.com\/*",
            "*:\/\/*.baidu-int.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "contents.7578acc3.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "contents.7578acc3.css"
            ]
        }
    ]
}