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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add the downloads directly to Folx app with the right click of a mouse on a file in your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Folx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |