Baidu Cloud Storage Saver

Supports screenshot capture and upload to Baidu Cloud Storage.

Baidu Cloud Storage Saverคืออะไร?

Baidu Cloud Storage Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย baidumars.netdisk และคุณลักษณะหลักของมันคือ "Supports screenshot capture and upload to Baidu Cloud Storage."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Baidu Cloud Storage Saver

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}