Revisiones de Bookmarked Speed Dial
Bookmarked Speed Dial por AKAPON
78 revisiones
- Se valoró con 4 de 5por Usuario de Firefox 13494752, hace 8 añosNice! I've been looking for an Opera-like speed-dial for Firefox: Simple, static dials with dial folders. This is very close!
I like that it is connected to bookmarks, making synchronization easy. I also like the folders - and that the folder image is replaced with an image of the folder contents when I update it.
What I don't like is that it seems to take a bit of effort to edit the speed dial. As far as I can see, the only way I'm able to change the dial images from (alas, quite ugly) screenshots of the pages, is to add url's to the images I'd like to replace them with. That's a lot of time and effort spent changing dials... I'd wish that the icons that the Bookmarks have in Firefox could be used (or something like that), rather than screenshots.
I also miss Android support (I synchronize), but I see in former comments that this is not happening.
I'm really hoping for development on this addon, though! It looks very promising! - Se valoró con 5 de 5por Eduardo Alvarez, hace 8 añosExcelente, pero en este momento no esta funcionado en la nueva version de firefox.
- Se valoró con 2 de 5por Usuario de Firefox 12142923, hace 8 añosПо непонятной причине все добавленные закладки и папки вдруг исчезли со страницы Speed Diaд в первый же день использования.Слишком сырой продукт, слишком :(
- Se valoró con 5 de 5por Usuario de Firefox 13451500, hace 8 añosGreat addon, thanks! Can you please upload it to github so people can make some contributions?
Respuesta del desarrollador
publicado el hace 8 añosAnyone can fork this addon from this site :) I don't upload because this is addon created for themselves (with same restrictions) and have really things in code what cause a shame (but it work as expected and I don't change this); maybe one day it happened. - Se valoró con 5 de 5por Usuario de Firefox 13440303, hace 8 añosThank you for this add-on.
Can you please add "Open All in Tabs" button to folders (in addition to 3 existing buttons: edit URL, reload, remove), as in the Bookmarks menu?
And this button should be visible always (i.e. not affected by "Show dial edit buttons only with 'gear'" option).Respuesta del desarrollador
publicado el hace 8 añosYou can just use Ctrl+Left Mouse Click on folders for open all in tabs. I don't think what this is would be good change because it may lead to accidentally opening all bookmarks. - Se valoró con 4 de 5por Usuario de Firefox 13432711, hace 8 añosFirst start so long, You can fix it?
Respuesta del desarrollador
publicado el hace 8 añosProbably not, because it some Fx-related (I have Tree Style Tab and see same thing with this addon on browser start). If you use Tab Session Manager try disable "Save the session then window was closed" because it triggered on open all new tabs. Also you can setup dom.script_loader.bytecode_cache.enabled;true on about:config page.
Also see https://bugzilla.mozilla.org/show_bug.cgi?id=1396364
Workaround for this bug: just not have too many bookmarks in subdirectories. - Se valoró con 4 de 5por Usuario de Firefox 6073654, hace 8 añosInstalled after looking for a replacement for the excellent Fast Dial which will no longer work on FF 57
At first lost thumbnails and data pre FF 57, but now seems to have stabilised so have changed my one original star review. Some cosmetic and functionality issues but overall very useful Respuesta del desarrollador
publicado el hace 8 añosIt's two point why this is impossible.
First: I don't think what this is good idea, because it absolutelly another GUI.
Second (and mostly important): it impossible because FF for Android doesn't support bookmarks API (take a look table "Browser compatibility" https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/bookmarks )- Se valoró con 4 de 5por libookami, hace 8 añosWhat i like about this one is the fact it can use your bookmark. With other similar addons you need to create a separate account to keep your dials, with this one you only need your firefox sync account.
Another thing is that i consider it ugly by default with lacking customization options from the GUI. However thankfully it allows to add your own CSS to customize it completely. This way i managed to do a dark theme i actually like. Good job and please, keep developing it.
Here's the CSS i made in case someone want to try:
https://imgur.com/YvSevxZ - Se valoró con 3 de 5por sundar, hace 8 añosGets the basic job done, but is quite rough around the edges. Some options are in the addons page and some are in the speeddial page only, with no clear organization. The default user experience is below average, and you'll have to fiddle with the CSS to have it approach being palatable.
The Reload Dial Images button loads the pages in the current group one by one (is there no way now to do it in the background like the old Speed Dial addon did?); the addon doesn't have any option to stop or cancel this process once it gets going, even if you clicked it accidentally.
Overall, I very much like the idea of having my Speeddial URLs being just a part of my Bookmarks, but this implementation needs a lot more polish before it moves from "annoying inferior substitute" to a nice new addon of its own. - Se valoró con 5 de 5por Usuario de Firefox 13341710, hace 9 añosBuena extensión para página de inicio. Le falta el poder abrir todas las pestañas de un grupo con un solo click.
- Se valoró con 5 de 5por Usuario de Firefox 12274245, hace 9 añosGreat addon and very powerful. Good job, AKAPON.
Please add the option to remove the context menu entry of your addon. Most users change the Speed Dial very seldom once it is set up but the context menu entry takes up space everyday even if you don't need it. That doesn't make much sense to me. :)
And please consider opening a subreddit (and link it!) where the users can discuss and share styles and tips for your addon. I think that would save you some work.
Keep up the good work!
Edit:
I have created https://www.reddit.com/r/BookmarkedSpeedDial/
People can use it however they see fit.Respuesta del desarrollador
publicado el hace 9 añosI added option for disabling context menu on about:addons page in 0.1.30.
About subreddit... I do not use social networks like reddit, twitters, etc and I not very communicative. If you wish you may create this ourselves and I'd add hyperlink to description as unofficial users forum. - Se valoró con 5 de 5por arhist, hace 9 añosso that my image fits into the tile, I had to use the code:
.container table tr td img {
margin: auto!important;
max-width: 100%!important;
max-height: 100%!important;
width: auto!important;
height: auto!important;
}Respuesta del desarrollador
publicado el hace 9 añosI use cropping images bottom because browser.tabs.captureVisibleTab don't have fields for determinating proportions of creating images. I added your userstyle to description. - Se valoró con 5 de 5por Krisada, hace 9 añosI have issue with newly added dial image loading. Dial image from file revert back to webpage thumbnail after reload dial images.
Respuesta del desarrollador
publicado el hace 9 añosWebextensions is not provide direct access from filesystem.
And this is only one loading logic:
Left click: reload from site
Right click: submenu for alternate one time loading methods (or for removing)
On this moment saving structure:
{bookmarkid: dialimage}.
Maybe in future I extend this to:
{bookmarkid: {dialimage: dialimage, dialimageorigin: fromurl}} but it changed only "reload all dials in dialgroup" logic.
But it is probably in future, because it is very rare pattern for me (I created this ext after dead of Speed Dial by Josep del Rio basically for yourself because some different Dials ([]) seems to me as malware). - Se valoró con 5 de 5por Usuario de Firefox 13271821, hace 9 añosPlease add in the function to use ONLY the CSS configuration because the settings override the styles I want to use.
Respuesta del desarrollador
publicado el hace 9 añosin the end of rule before ';' like
.container table tr td {
background-color: rgba(243, 0, 0, 1) !important;
} - Se valoró con 5 de 5por hdd60311, hace 9 añoscan add a option to set the speed dial page as home page.
Respuesta del desarrollador
publicado el hace 9 añosI do not think that this is possible inside webextension.
But you can do it yourself.
If you use Firefox <57 just copy url from URLbar and paste on about:preferences page as home page.
If you use 57:
1. Open about:debugging page and copy UUID of "Bookmarked Speed Dial"
2. Open about:preferences page and paste as home page
moz-extension://your-UUID/data/index.html - Se valoró con 4 de 5por Usuario de Firefox 13292228, hace 9 añosSome Java Script based sites need option "screenshot delay" when refresh dial image. Screenshot jpeg quality is very low.
But i like this addon. Well done, you are doing a great job!Respuesta del desarrollador
publicado el hace 9 añosStarted since 0.1.24 you can change image quality and delay (required extension restart) on about:addons page. - Se valoró con 5 de 5por Usuario de Firefox 13289055, hace 9 años
- Se valoró con 5 de 5por НАВАЛЬНЫЙ20!8, hace 9 añoswhen i set checkbox for disable editing then all my previews are disappeared
Respuesta del desarrollador
publicado el hace 9 añosIt will be fixed in 0.1.22
Temporary solution:
.imgcontainer {
display: block !important;
} - Se valoró con 5 de 5por Usuario de Firefox 13266326, hace 9 años