Export HumbleBundle Library to JSON
Store information of all your unredeemed games from humblebundle.com in JSON file
Τι είναι το Export HumbleBundle Library to JSON;
Το Export HumbleBundle Library to JSON είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jtara1, και η κύρια λειτουργία του είναι "Store information of all your unredeemed games from humblebundle.com in JSON file".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Export HumbleBundle Library to JSON
Λήψη αρχείων επέκτασης Export HumbleBundle Library to JSON σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Steps to use: 1. Install this extension 2. Go to https://www.humblebundle.com/home/keys (need to be logged in at humblebundle.com) 3. Click on the `Export Humble Bundle as JSON` button above your list of games. You should now have a file `Humble_Bundle_Games.json` saved through chrome as a local file on you pc. If not, press F12, select and copy errors there from Console and paste them in a new issue at https://github.com/jtara1/ExportHumbleBundleLibrary/issues or report issue via feedback through chrome web store. sample output: https://pastebin.com/X7jk9buh support me and my projects https://ko-fi.com/jtara1
Βασικές Πληροφορίες Επέκτασης
Όνομα | Export HumbleBundle Library to JSON |
ID | pkkkphehloknahihekpiaemeaajpbflm |
Επίσημο URL | https://chromewebstore.google.com/detail/export-humblebundle-libra/pkkkphehloknahihekpiaemeaajpbflm |
Περιγραφή | Store information of all your unredeemed games from humblebundle.com in JSON file |
Μέγεθος Αρχείου | 13.25 KB |
Αριθμός Εγκαταστάσεων | 330 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2020-05-17 |
Ημερομηνία Δημοσίευσης | 2020-05-16 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | jtara1 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/jtara1/ExportHumbleBundleLibrary |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/jtara1/ExportHumbleBundleLibrary |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Export HumbleBundle Library to JSON", "version": "1.0.0", "icons": [], "description": "Store information of all your unredeemed games from humblebundle.com in JSON file", "content_scripts": [ { "matches": [ "*:\/\/*.humblebundle.com\/home\/keys" ], "js": [ "scripts\/FileSaver.js", "scripts\/main.js" ] } ] } |