Recensioni per BookmarksHome
BookmarksHome di ma2ten
Recensione di techmedixx
Valutata 4 su 5
di techmedixx, 6 anni faBest 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;
}
/* 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;
}
87 recensioni
- Valutata 5 su 5di Seikikai, 7 mesi fa
- Valutata 5 su 5di thiste, un anno fa
- Valutata 5 su 5di wavingdragon, un anno fa
- Valutata 4 su 5di GDlux, 2 anni faFor those wanting a no-nonsense homepage with a tabular set of links, this is the best extension I've found and stuck with.
One change I'd make: always show the drop-down search box and options icon. No reason to hide them by default. - Valutata 5 su 5di GhostlyGalleon, 2 anni faFantastic add-on. Wonderful to be able to export my bookmarks as a nicer-looking html page than the "internet circa 1995" default Firefox look.
- Love the fully customisable CSS and the fact that it's saved within the html file, so my bookmarks page looks good in any browser.
- The ability to drag & reposition folders on the finished page is handy.
- Being able to select which folders to export as well means 5/5 from me. - Valutata 5 su 5di Hollytryx, 2 anni fa
- Valutata 4 su 5di Danny Walden, 2 anni fa
- Valutata 3 su 5di Shihatzu, 2 anni fa
- Valutata 5 su 5di Mauro, 3 anni fa
- Valutata 4 su 5di xuisa, 3 anni fa
- Valutata 5 su 5di lsgate, 3 anni faI have used this extension for many years. It displays all my bookmarks in an easy to use format so I can visit any site. I use it has my home page. It is my favorite extension of all time.
- Valutata 5 su 5di Utente Firefox 17282766, 3 anni fa
- Valutata 2 su 5di Utente Firefox 13502344, 3 anni fa
- Valutata 5 su 5di Lani, 3 anni fa
- Valutata 4 su 5di aubbieed, 3 anni faI love this extension, but I would like to be able to have a second menu (screen) - multiple occurrences, so I swap from one screen to another.
- Valutata 4 su 5di octopus bluebird, 3 anni fa
- Valutata 5 su 5di 星鳥, 3 anni fa
- Valutata 4 su 5di Utente Firefox 14558352, 4 anni faVery nice, but why is there no option to put subfolders inside folders and not separately? :(
- Valutata 5 su 5di Al, 4 anni fa
- Valutata 5 su 5di DiverSant, 4 anni faAmazing, you can move all the bookmarks, as well as individual folders and subfolders, as in other browsers, and send to a friend. Thank you!
- Valutata 5 su 5di Utente Firefox 15985342, 4 anni fa
- Valutata 5 su 5di Randwulf, 4 anni fa