Tabliss - New Tab에 대한 리뷰
Tabliss - New Tab 제작자: tabliss.io
리뷰 2,425개
- 5점 만점에 5점Louis Jannero 님, 6년 전
- 5점 만점에 5점Firefox 사용자 15539740 님, 6년 전
- 5점 만점에 2점Firefox 사용자 14223111 님, 6년 전Bonsoir ,
pas intuitif a mettre en œuvre !
Dommage !
https://web.tabliss.io/
a mettre comme page d'accueil - 5점 만점에 4점Firefox 사용자 14293910 님, 6년 전
- 5점 만점에 5점Firefox 사용자 13101202 님, 6년 전
- 5점 만점에 2점Nikhil on Fire 님, 6년 전
- 5점 만점에 5점Aleksandar 님, 6년 전
- 5점 만점에 4점DrF33L600D 님, 6년 전Awesome and customizable. I think I might use this addon most for the Todos widget. When I click the circle with the intention of selecting many Todos, allow for a click-hold-drag to select feature so I don't have to click each individual Todo in my list for deletion. Allow the user to change the order of appearance for Todos. In the Greeting widget, allow the user to choose to insert Hello.
- 5점 만점에 5점Firefox 사용자 15488434 님, 6년 전
- 5점 만점에 3점Firefox 사용자 15478738 님, 6년 전Hi there!
Thank you so much that you offer such a gorgeous extension!
However, I hope you may fix a problem in "Language", that there exists roughly two types of Chinese(中文), Simplified(简体) and Traditional(繁体). Chinese are accustomed to identify these two types by their names, but not cultural regions.
Best wishes! - 5점 만점에 4점Firefox 사용자 14923570 님, 6년 전
- Great Extension. I think it lacks some things :
1-shadow for text to avoid that become unreadable on white background
to enhance shadow my css solution
.Dashboard {
text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
2-Excluding tag for custom search : these tags don't select the images that I don't want to show : for example something like *space and all image tagged with space isn't shown anymore...
3-Example and pattern for css.
4-slow living animation for image in css
@keyframes AA{
0% {transform-origin: 0% 0% 0;transform: scale(1.0);}
100% {transform-origin: 30% 60% 0%;transform: scale(1.2)}
}
.image {
animation: AA 65s linear 1s infinite alternate;
}