云盘助手
您的云盘智能助手
云盘助手とは何ですか?
云盘助手はhejunbinによって開発されたChromeの拡張機能で、その主な機能は「您的云盘智能助手」です。
拡張機能のスクリーンショット
云盘助手拡張機能のCRXファイルをダウンロード
云盘助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
云盘助手网盘搜索引擎支持百度云搜索、115网盘、360云盘、华为网盘、新浪微盘等网盘搜索服务,是您工作、学习、娱乐的最佳百度云搜索神器。
拡張機能の基本情報
名前 | 云盘助手 |
ID | odhebbkbobbaecpggflnmmljepblbfpo |
公式URL | https://chromewebstore.google.com/detail/%E4%BA%91%E7%9B%98%E5%8A%A9%E6%89%8B/odhebbkbobbaecpggflnmmljepblbfpo |
説明 | 您的云盘智能助手 |
ファイルサイズ | 1.17 MB |
インストール数 | 1,501 |
現在のバージョン | 0.0.2 |
最終更新日 | 2019-11-21 |
公開日 | 2019-11-21 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | hejunbin |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u4e91\u76d8\u52a9\u624b", "description": "\u60a8\u7684\u4e91\u76d8\u667a\u80fd\u52a9\u624b", "version": "0.0.2", "options_page": "options.html", "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_popup": "popup.html", "default_title": "\u4e91\u76d8\u52a9\u624b" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "homepage_url": "https:\/\/yunpanzhushou.com\/?chrome-ext", "icons": { "128": "img\/icon_48.png", "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "permissions": [ "tabs", "http:\/\/localhost\/*", "https:\/\/yunpanzhushou.com\/*", "https:\/\/pan.baidu.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/pan.baidu.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ] } |