NeatDownloadManager Extension 的评价
NeatDownloadManager Extension 作者: J.Motallebi
Caliban 的评价
评分 5 / 5
来自 Caliban,3 年前Outstanding work.
However, there are still some small problems.
Please turn off the option to download the download of the browser, I only want it to take over when I actively call it;
Also, use this CSS or achieve a similar effect, thank you:
div[id^="neatDiv"] {
overflow: hidden !important;
width: 22px !important;
height: 22px !important;
opacity: 0.25 !important;
box-shadow: 2px 1px 3px 1px #000 !important;
}
div[id^="neatDiv"]:hover {
width: auto !important;
height: auto !important;
opacity: 0.8 !important;
}
div[id^="neatDiv"] > table > tbody > tr > td > table > tbody > tr > td {
min-width: 20px !important;
}
However, there are still some small problems.
Please turn off the option to download the download of the browser, I only want it to take over when I actively call it;
Also, use this CSS or achieve a similar effect, thank you:
div[id^="neatDiv"] {
overflow: hidden !important;
width: 22px !important;
height: 22px !important;
opacity: 0.25 !important;
box-shadow: 2px 1px 3px 1px #000 !important;
}
div[id^="neatDiv"]:hover {
width: auto !important;
height: auto !important;
opacity: 0.8 !important;
}
div[id^="neatDiv"] > table > tbody > tr > td > table > tbody > tr > td {
min-width: 20px !important;
}