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;
}