Folx
Add the downloads directly to Folx app with the right click of a mouse on a file in your browser
什么是Folx?
Folx是由https://www.electronic.us开发的Chrome扩展程序,该扩展的主要功能是“Add the downloads directly to Folx app with the right click of a mouse on a file in your browser”。
扩展截图
下载Folx扩展crx文件
下载Folx扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Folx add-on allows either automatic capturing of download links or adding new downloads to Folx with the right-click menu in Chrome browser. Compatible with Folx starting with version 5.0. Folx is an app for fast and convenient downloading of files from Internet. This download manager has an easy Mac-style interface and allows prioritizing your downloads, resuming interrupted downloads, and splitting the downloads in threads. Folx allows convenient scheduling of downloading process and can be integrated with iTunes. You can also control the download speed, tag the downloaded files to easily locate them on computer, and more.
扩展基本信息
名称 | Folx |
ID | dmednmeainmagnoalnnmbbkieonjpjfd |
官方URL | https://chromewebstore.google.com/detail/folx/dmednmeainmagnoalnnmbbkieonjpjfd |
简介 | Add the downloads directly to Folx app with the right click of a mouse on a file in your browser |
文件大小 | 54.34 KB |
安装次数 | 40,000 |
当前版本 | 5.30 |
更新时间 | 2022-03-07 |
上架时间 | 2020-03-30 |
评分 | 2.49/5 共35次评分 |
开发者 | https://www.electronic.us |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.electronic.us/products/folx/ |
帮助页面URL | https://www.electronic.us/contacts.html |
隐私政策页面URL | https://www.electronic.us/company/policies |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "js\/endscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "en", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png" }, "manifest_version": 2, "minimum_chrome_version": "25.0.0.0", "permissions": [ " |