Mozzarella

Home

Bookmarked Speed Dial

This extension creates a folder "Bookmarked Speed Dial" in bookmarks, so you can access to dials from the sidebar or bookmarks manager.

For creating new Dial group please using bookmarks manager.

For adding new Dial press item in context menu or on address bar.

If you deleting bookmark over bookmark manager or "star button" it also removed your dial.

Some settings accesible from top (use ⚙ for viewing). You may setup your own bookmark-folder as root for "Bookmarked Speed Dial".

Alternative methods of dialimage loading are available by context menu (right mouse click) on ↺

If you like curved angles of Dials - please use CSS like this:
.imgcontainer {
border-radius: 0px 0px 10px 10px;
}
.container table tr td {
border-radius: 10px 10px 10px 10px;
}
div[type="remove"] {
border-radius: 0px 10px 0px 0px;
}

If you don't like delimiter ⚪
.delimiter {
display: none;
}
.customdelimiter:after {
content: 'ᛝ';
}

For changing images proportion
.imgcontainer {
padding-top: 75% !important; /*4:3*/
}

Uses small count of columns (<= 3) and wide screen
.container {
width: 77%;
}

For whole image fits into the tile please use this code (by "arhist")
.container table tr td img {
margin: auto !important;
max-width: 100% !important;
max-height: 100% !important;
width: auto !important;
height: auto !important;
}

Install