Renewed Tab 的评价
Renewed Tab 作者: rubenwardy
305 条评价
- 评分 5 / 5来自 Firefox 用户 18789849, 2 年前
- 评分 5 / 5来自 Firefox 用户 13836838, 2 年前
- 评分 5 / 5来自 Firefox 用户 15407395, 2 年前
- 评分 5 / 5来自 Firefox 用户 18741609, 2 年前
- 评分 5 / 5来自 Aquaticarroww, 2 年前Renewed tab is extremely customizable! I'd recommend this for any user that wants productivity and design in their new tab.. Especially Floorp and Zen browser looked amazing with these!
- 评分 5 / 5来自 MasterBaco72, 2 年前
- 评分 5 / 5来自 Firefox 用户 18682935, 2 年前
- I’ve been searching for the perfect plugin to use as a homepage for a long time.
A plugin that isn’t cluttered with sponsored content and places some emphasis on privacy. (Seriously, why would a plugin like this need access to “View and modify bookmarks,” “Your browsing history,” or “Your data on all websites”? I’m sure it could work without all that!)
That being said, this one is customizable exactly the way I want!
There are still a few details that could be improved:
• Some widgets could adapt to the selected language.
• The grid is customizable, but not very intuitive to use.
• Synchronization with a Cloud service, and perhaps with Firesync, would be a fantastic addition!
I hope this plugin will continue to be well-maintained over time! Thank you for your work, and keep it up!
---
J’ai longtemps cherché un plugin parfait pour servir de page d’accueil.
Un plugin qui ne soit pas envahi de contenus sponsorisés, avec un minimum d’accent sur la confidentialité. (Sérieusement, pourquoi un plugin de ce type aurait-il besoin d’accéder à “Consulter et modifier les marque-pages”, “Votre historique de navigation” ou “Vos données sur tous les sites web” ? Je suis sûr qu’il pourrait fonctionner sans tout cela !)
Quoi qu’il en soit, celui-ci est personnalisable exactement comme je le souhaite !
Il y a peut-être encore quelques détails à améliorer :
• Certains widgets pourraient s’adapter à la langue choisie.
• La grille est personnalisable, mais sa prise en main n’est pas très intuitive.
• Une synchronisation vers un service Cloud, et pourquoi pas avec firesync, serait un vrai plus !
J’espère que ce plugin sera bien maintenu dans le temps ! Merci pour votre travail et continuez comme ça ! - 评分 5 / 5来自 Ionut Florin, 2 年前Solid addon, I like this page better than the Firefox' stock Home Page. I use it very basic, only a curated background that changes every day and a Links widget.
I didn't like the way Firefox displays the new tab with that ugly text saying that is loaded from an extension. Also, I'm not a very big fan of the Renewed Tab icon that is displayed when opening a new tab.
I'm also using the "firefox-gnome-theme" and this css made the new tab's aesthetics way better:
#identity-icon[tooltiptext="Loaded by extension: Renewed Tab"] {
list-style-image: url(firefox-gnome-theme/theme/icons/edit-find-symbolic.svg) !important;
}
#identity-icon-label[value="Extension (Renewed Tab)"] {
display: none !important;
}
/* here you need to use the inspector to get the full data string of the Renewed Tab icon in oder to replace it with the stock firefox icon */
.tab-icon-image[src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvb[..... removed rest of the data string because of length constraints ..........]Cjwvc3ZnPgo="] {
content: url("chrome://branding/content/icon32.png") !important;
}