Folx
Add the downloads directly to Folx app with the right click of a mouse on a file in your browser
Τι είναι το Folx;
Το Folx είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Folx
Λήψη αρχείων επέκτασης 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": [ " |