Pógódnośenja za Tabliss - New Tab
Tabliss - New Tab wót tabliss.io
2.407 pógódnośenjow
- Z 5 z 5 pógódnośonywót msangerman, 5년 전
- I really like this add-on, it's very handful for some things and I like the visual style and the many customization options it have.
But I have to say that there is a little problem: The Tabliss add-on is returning to its original state after a little period of time. Sometimes minutes, sometimes hours.
Because of that, I saved my configuration on my PC and have to import it often.
If were not for this issue, this add-on surely have 5-stars by my side. - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 16755771, 5년 전
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 12618514, 5년 전
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 16752714, 5년 전
- This add-on is wonderful and functional, probably my favorite new tab page I've ever had. It's really functional, customizable, and beautiful.
Note to the creators: Would you please add a "leaf" icon to the list of icons under widgets/quick links? It'd be particularly functional for me (bio major); plus, it'd just be nice in general. - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 16746165, 5년 전Great extension!
Can you also make it so the home page (clicking the Home button or Alt-Home) also goes to Tabliss? - Z 5 z 5 pógódnośonywót Kangkan Goswami, 5년 전
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 16430516, 5년 전
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14459073, 5년 전
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14667155, 5년 전
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 16723988, 5년 전Just Awesome. Thanks to the Developers of this Extension. <3
- Z 3 z 5 pógódnośonywót Ensign Epic, 5년 전Gotta say, it is really nice to open a new tab and see a random landscape, and the different widgets all have a ton of utility. The app has such amazing potential but it's held back by a ton of little bugs & its lack of some features.
To start with, the widgets are not drag and drop while editing; you click a button and it gets sent to that part of the screen. This would not be an issue if the text of certain widgets did not overlap due to apparent bounding issues. Instead of using the open space below it, text blocks lines will run an indeterminate amount before a line break. Another issue is that certain widgets are lacking features one would consider rather important. As a quick example, the Quotes widget doesn't let you choose how often they update, just the types of quotes. Another is the inability to choose which provider is used in the search bar. The final issue is that this lacks an "article" widget, for example, like the default home page's Pocket, which sorta stinks because it was always cool seeing what random articles they had to read.
I want this to be a 5 star app, it can EASILY get there as the state of the app suggests many of these are readily implemented. But there's so much suck left in this extension before it gets there, I gotta go with the 3 star for now. Looking forward to the day I can fully retire the default Firefox home screen for this. - Z 5 z 5 pógódnośonywót AbdullahObeid, 5년 전
- Amazing new tab page add-on. 5 stars!
I came across a bug that should be reported that breaks functionality. The issue is with the `.topRight` widget area. If something with long text is positioned there, for example **Quote** module, the `.Widgets .container .Slot > *` will overlay the settings button `div.Overlay`, rendering it unclickable. The fix for this is to set a **z-index** on the following:
```css
.Overlay {
z-index: 1;
}
```
Please check this out and fix!