Recenzii pentru BookmarksHome
BookmarksHome de ma2ten
92 de recenzii
- Evaluat(ă) cu 1 din 5 stelede Utilizator Firefox 12636761, 7 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 14602768, 7 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 14600002, 7 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 14492052, 7 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 14442136, 7 ani în urmăExcellend extension. I wish there is a better theme editor and more themes to choose from, but overall experience is awesome ! Thank you for this.
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 13501330, 7 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 14367555, 7 ani în urmă
- Evaluat(ă) cu 4 din 5 stelede techmedixx, 7 ani în urmăBest bookmark utility I have found. Much better than speed dials and far more efficient. Plus, it allows for theme customization through CSS. Here is my custom stylesheet 'Darkstyle 1' It is easy on the eyes and fits in with the dark themes found in Linux distributions. Looks good with Windows, too.
/* darkstyle 1 written by techmedixx */
body {
background: #232729;
margin: 20px;
padding: 2px;
font-size: 12px;
}
table {
border-radius: 15px;
margin-top: 10px;
background: #474749;
}
td {
vertical-align: top;
padding: 5px;
}
.folder {
box-shadow: 2px 2px 2px #aaa;
background: #232729;
border-radius: 11px;
margin-top: 0px;
margin-bottom: 10px;
padding: 2px;
}
.folder h2 {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin:0px;
font-size: small;
background: #1b2025;
color: #bababa;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
margin: 6px;
padding: 0px;
line-height: 15px;
list-style-type: none;
}
li {
margin-bottom: 5px;
line-height: 15px;
}
li:hover {
background: #5d7eae;
}
a {
text-decoration: none;
color: #0c0c0d;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
text-decoration: none;
color:#474749;
}
ul li a:visited {
color: #E0E0E0;
font-weight: bold;
background-color: #a7a6a6;
}
ul li a:visited:hover {
color: #232729;
font-weight: bold;
background-color: #5d7eae;
}
ul li a:hover {
color: #232729;
font-weight: bold;
background-color: #969393;
}
ul li a {
text-decoration: none;
color: #E0E0E0;
list-style-position: inside;
list-style-type: disc;
display: list-item;
padding-left: 5px;
}
.folder h2 a {
color:#E0E0E0;
}
.folder h2 a:hover {
text-decoration: underline;
color: #5d7eae;
}
img.favicon {
max-width: 16px;
max-height: 16px;
vertical-align: top;
border: 0;
margin-right: 4px;
margin-left: -20px;
margin-top: 0px;
margin-bottom: -1px;
background-color: #cccccc;
padding: 1px;
}
Here is another that is a modified version of above:
/* darkstyle 2 written by techmedixx */
body {
background: #131619;
margin: 20px;
padding: 2px;
font-size: 12px;
}
table {
border-radius: 15px;
margin-top: 10px;
background: #474749;
}
td {
vertical-align: top;
padding: 5px;
}
.folder {
box-shadow: 2px 2px 2px #aaa;
background: #232729;
border-radius: 11px;
margin-top: 0px;
margin-bottom: 10px;
padding: 2px;
}
.folder h2 {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin:0px;
font-size: small;
background: #131619;
color: #9b9b9b;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
margin: 6px;
padding: 0px;
line-height: 15px;
list-style-type: none;
}
li {
margin-bottom: 5px;
line-height: 15px;
}
li:hover {
background: #5d7eae;
}
a {
text-decoration: none;
color: #0c0c0d;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
text-decoration: none;
color:#474749;
}
ul li a:visited {
color: #E0E0E0;
font-weight: bold;
background-color: #a7a6a6;
}
ul li a:visited:hover {
color: #232729;
font-weight: bold;
background-color: #f5ff3f;
}
ul li a:hover {
color: #232729;
font-weight: bold;
background-color: #2499ff;
}
ul li a {
text-decoration: none;
color: #E0E0E0;
list-style-position: inside;
list-style-type: disc;
display: list-item;
padding-left: 5px;
}
.folder h2 a {
color:#E0E0E0;
}
.folder h2 a:hover {
text-decoration: underline;
color: #5d7eae;
}
img.favicon {
max-width: 16px;
max-height: 16px;
vertical-align: top;
border: 0;
margin-right: 4px;
margin-left: -20px;
margin-top: 0px;
margin-bottom: -1px;
background-color: #cccccc;
padding: 1px;
} - Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 14159843, 7 ani în urmăSince the release of Quantum, and whether standard or via Speed dials, this is so far the best way to display bookmarks. Speed dials in Quantum are a joke, and the bookmarking features native to FF have not changed in forever. This extension can produce beautiful and useful results.
It is not without bugs however. For example, using the "modify this bookmark property" submenu can result in unintended and often serious issues. So far, I have had it change every bookmark in a folder to match the changes of the SINGLE bookmark I was working on. Removing a bookmark can result in the removed bookmark being duplicated several times within the folder. Bookmarks rarely, but occasionally, just disappear after being edited within the webextension, and so on. The issues with using the Bookmarks Home menu and submenus is bad enough that I no longer use it, and use the built in FF editor. On the other hand, once you figure out the foibles, the results are brilliant.
Backup your bookmarks regularly using the FF built in backup, and manually copy your custom CSS scripts from the editor and save them somewhere.
Finally, there is no way to now use the extension as a New Tab page. - Evaluat(ă) cu 5 din 5 stelede vshFox, 7 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 14117372, 7 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 13003206, 7 ani în urmăExcellent. Merci pour ce travail.
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 12780859, 8 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 13184225, 8 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede MJefferson1, 8 ani în urmă
- Evaluat(ă) cu 1 din 5 stelede RiCK, 8 ani în urmăDownload files and Modify browser download history (to remove traces of whatever you planned to download?)
Beware of this add-on people. - Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 13699777, 8 ani în urmăI previously had used a bookmark add in that is not supported in Quantum and after using this, I will not be going back to my previous choice even if / when it is supported in this FF version. Lay out and options of are great and love the fact it is my opening screen. Thanks developer for keeping it simple, organized, and functional!!!
- Evaluat(ă) cu 4 din 5 stelede BDphilBen, 8 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 5797102, 8 ani în urmăGood job!
Can I make changes this page contents.html (except CSS)? Where is it? Or is it generated automatically?
How do I make a page open in new tabs?
-----------
Хорошее дополнение!
Возможно ли изменить исходный код contents.html (кроме CSS)? Где находится этот файл или он генерируется автоматически?
Возможно ли сделать, чтобы эта страница открывалась в новых вкладках?Răspunsul dezvoltatorului
postat la 8 ani în urmăUrl "moz-extension://***/contents.html" is extension's page, cannot change.
>How do I make a page open in new tabs?
Open a new tab, and enter the above URL. - Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 12483126, 8 ani în urmăLove it...can you make it for Chrome?
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 13485580, 8 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 12877757, 8 ani în urmăNice ! Great job.
Could you please tell me how to customize the search bar ?
I tried changing css, but nothing seems changing.
It would be nice to be able to edit this css, and have an option to keep the search bar opened, or not.
Thank you !
EDIT#####
I managed to change it with the !important trick :
My CSS :
#search-bar{
background: #222 !important;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto auto;
display:block !important;
border:none !important;
}
#top_bar{
display:none !important;
border:none !important;
}
#search-clr
{display:none !important;
border:none !important;
}
#search-box {
background-color: #262626;
border: 1px solid #333;
padding: 5px;
color: #fff;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
EDIT # 2 ########
The URL of the extension is always changing.
As I set BookmarksHome as home page, the result is a blank page when the address changes.
Another plug-in I use opens my home page when charging a new tab... So it opens BookmarksHome .
I have to go to Firefox parameters to set the new address every time it changes...
Is there a way to have a fixed address ?Răspunsul dezvoltatorului
postat la 8 ani în urmăSorry...
It is not possible to change css of search bar for now.
I will consider the correspondence.