BookmarksHome 的评价
BookmarksHome 作者: ma2ten
91 条评价
- 评分 5 / 5来自 Firefox 用户 14602768, 6 年前
- 评分 5 / 5来自 Firefox 用户 14600002, 6 年前
- 评分 5 / 5来自 Firefox 用户 14492052, 6 年前
- 评分 5 / 5来自 Firefox 用户 14442136, 6 年前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.
- 评分 5 / 5来自 Firefox 用户 13501330, 6 年前
- 评分 5 / 5来自 Firefox 用户 14367555, 6 年前
- 评分 4 / 5来自 techmedixx, 7 年前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;
} - 评分 5 / 5来自 Firefox 用户 14159843, 7 年前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. - 评分 5 / 5来自 Firefox 用户 14117372, 7 年前
- 评分 5 / 5来自 Firefox 用户 12780859, 7 年前
- 评分 5 / 5来自 Firefox 用户 13184225, 7 年前
- 评分 5 / 5来自 MJefferson1, 7 年前
- 评分 5 / 5来自 Firefox 用户 13699777, 7 年前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!!!
- 评分 5 / 5来自 Firefox 用户 5797102, 7 年前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)? Где находится этот файл или он генерируется автоматически?
Возможно ли сделать, чтобы эта страница открывалась в новых вкладках?开发者回应
发布于 7 年前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. - 评分 5 / 5来自 Firefox 用户 13485580, 7 年前
- 评分 5 / 5来自 Firefox 用户 12877757, 7 年前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 ?开发者回应
发布于 7 年前Sorry...
It is not possible to change css of search bar for now.
I will consider the correspondence. - 评分 5 / 5来自 Firefox 用户 13474404, 7 年前