49 recensioni
- Valutata 5 su 5di Doin4, 20 giorni faThis is a great add-on, but I met an issue when I tried to click the icon in FireFox. The icon is in gray, and I cannot click it, thus I can't open the API page to authenticate and download my private files. Hope to get some help.
- Valutata 5 su 5di simplebest, 2 mesi fa
- Valutata 5 su 5di MP3Martin, 6 mesi fa
- Valutata 5 su 5di Idan Nabara, 9 mesi fa
- Valutata 5 su 5di Георгий Потонов, un anno fa
- Valutata 5 su 5di zubastyk, 2 anni fa
- Valutata 5 su 5di Utente Firefox 16811841, 2 anni fa
- Valutata 3 su 5di Utente Firefox 13455918, 3 anni faAwesome addon. Unfortunately recently buggy, since double-clicking of folders doesn't work anymore, so they can't be downloaded. It still works with single files, however.
- Valutata 5 su 5di Cyanogenaq, 3 anni fa
- Valutata 5 su 5di Utente Firefox 17052221, 3 anni faThanks a lot for such a wonderful add-on! But I still had trouble finding the GitZip icon in Firefox ( version 92.0.1, maybe for this reason). Neither in address bar nor in other places. In the end I accessed the token through the web version of GitZip, namely kinolien.github.io/gitzip/ : D. Thank you again!
- Valutata 1 su 5di Devansh Sharma, 4 anni fa
- Valutata 1 su 5di Utente Firefox 15616741, 4 anni faNot working for firefox, and actually only partly working for chrome
- Valutata 5 su 5di aminomancer, 4 anni faworks great for me, i use it several times a month. others complaining about it probably don't have a valid token or have some issue with their browser prefs, CSP, etc. one suggestion i'd offer, though, is to add an options page with a 'dark mode' toggle. the black checkmark can be difficult to see over a dark background, e.g. if the user has dark reader or something similar.
it's simple enough for users to make the checkmark white with a userContent.css file, but it can't hurt to add an options page and it's just a tiny bit of code and manifest changes. actually, you could just skip that and dynamically get the background color to flip a toggle for the checkmark color:
let checkmark = "white",
bgc = window.getComputedStyle(document.body).backgroundColor.match(/\d+/g);
bgc.some(i => i > 100) ? checkmark = "black" : checkmark = "white";
that's as simple as i could think of, maybe there's a better way. anyway thanks for the great extension. - Valutata 1 su 5di Halmesn, 4 anni faNot working anymore on Firefox. Tried restart, reload and all the token stuff but still didn't work
- Valutata 2 su 5di bujiatangXX, 4 anni faDon't know why but after I clicked the button it said:
Collect checked items...
Collect blob urls...
Readme.md url fetched.
Collect blob contents...
Not Found
Then nothing was downloaded - Valutata 5 su 5di Utente Firefox 16204863, 4 anni fa
- Valutata 5 su 5di Fodil, 5 anni fa
- Valutata 5 su 5di cwkktt, 5 anni fa
- Valutata 5 su 5di Yasantha, 5 anni faThank you KinoLien for this amazing extension. I'm using it in all my browsers. Also using the github-files-fetcher as well. Everything is working as expected and the visual identifier for each downloaded items makes it even more useful to identify which items were downloaded.