Send To Maxel
Add files to Maxel (Mac OS X Download Manager) directly from Chrome.
什么是Send To Maxel?
Send To Maxel是由https://maxelapp.com开发的Chrome扩展程序,该扩展的主要功能是“Add files to Maxel (Mac OS X Download Manager) directly from Chrome.”。
扩展截图
下载Send To Maxel扩展crx文件
下载Send To Maxel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Send downloads directly to Maxel from Chrome! Automatically download files over a certain size in Maxel, or open the current page in Maxel's built-in browser. You can also select links you want to download, right-click, and choose "Download selected links in Maxel"
Maxel is a native download manager for Mac OS X. It manages and speeds up downloads. Learn more at http://maxelapp.com 扩展基本信息
| 名称 | |
| ID | chgjmjbmaokmnccgmbfhlhhmnckhndcb |
| 官方URL | https://chromewebstore.google.com/detail/send-to-maxel/chgjmjbmaokmnccgmbfhlhhmnckhndcb |
| 简介 | Add files to Maxel (Mac OS X Download Manager) directly from Chrome. |
| 文件大小 | 45.95 KB |
| 安装次数 | 380 |
| 当前版本 | 2.0 |
| 更新时间 | 2018-02-20 |
| 上架时间 | 2018-02-20 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://maxelapp.com |
| 付费类型 | free |
| 扩展官网 | http://maxelapp.com |
| 帮助页面URL | http://maxelapp.com/browsers.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Send To Maxel",
"description": "Add files to Maxel (Mac OS X Download Manager) directly from Chrome.",
"version": "2.0",
"permissions": [
"tabs",
"contextMenus",
"downloads",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"background": {
"scripts": [
"js\/lib.js",
"js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"run_at": "document_start",
"js": [
"js\/lib.js",
"js\/content.js"
],
"matches": [
" | |