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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 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
이메일 [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"
            ]
        }
    ]
}