Baidu Cloud Storage Saver

Supports screenshot capture and upload to Baidu Cloud Storage.

Cos'è Baidu Cloud Storage Saver?

Baidu Cloud Storage Saver è un'estensione di Chrome sviluppata da baidumars.netdisk, e la sua funzione principale è "Supports screenshot capture and upload to Baidu Cloud Storage.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Baidu Cloud Storage Saver

Scarica i file di estensione Baidu Cloud Storage Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Baidu Cloud Storage Saver Baidu Cloud Storage Saver
ID lfkkoabmfeaefiddnpbjeiofkmkpogim
URL Ufficiale https://chromewebstore.google.com/detail/baidu-cloud-storage-saver/lfkkoabmfeaefiddnpbjeiofkmkpogim
Descrizione Supports screenshot capture and upload to Baidu Cloud Storage.
Dimensione del File 1.43 MB
Conteggio Installazioni 8,000
Versione Corrente 1.0.3
Ultimo Aggiornamento 2024-01-15
Data di Pubblicazione 2023-11-26
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore baidumars.netdisk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pan.baidu.com/disk/base/plugindownload?version=4.27.0&from=mac_yunguanjia&channel=1099b&privilege=MacToolsPage&pri_extra=
URL della Pagina di Aiuto https://pan.baidu.com/disk/base/plugindownload?version=4.27.0&from=mac_yunguanjia&channel=1099b&privilege=MacToolsPage&pri_extra=
URL della Pagina della Politica sulla Privacy https://pan.baidu.com/disk/main
Lingue Supportate 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"
            ]
        }
    ]
}