
Group Speed Dial di Juraj Mäsiar
Speed Dial (visual bookmarks) with groups in your New tab page for power users!
Now you can fit all your favorite sites into one fast SpeedDial in an organized fashion.
Dials are synchronized through Cloud to all your devices! For free!
No Ads!
Metadati estensione





See my (old) introduction video on YouTube (1:50) or visit www.fastaddons.com / Facebook / Twitter
Top features:
- cloud synchronization - synchronize your dials between devices and browsers - for free!
- registration with two clicks using your existing Gmail / Facebook / Twitter account
- cloud dials - access your dials in any browser, even in your phone!
- import from other popular add-ons
- active development!
- No Ads!
GroupSpeedDial also features drag & drop, history, search, custom background, custom thumbnails, dial notes, automatic thumbnails generation and more!
Available in languages:
- CN (zh) - Simplified Chinese
- CN (tw) - Traditional Chinese
- DE - German
- ES - Spanish
- FR - France
- PT - Portuguese
- RU - Russian
- SK - Slovak
- UK - Ukrainian
Big THANKS to all existing translators! (if I get rich one day, I will send you a big check!)
Features coming in future releases:
- sharing groups - ideal solution for sharing some useful "Work" group with your colleagues!
- private / secret / not visible groups (excluded from sync?) ;)
- dials in dials / smaller dials / custom sized dials - maybe not all of these but there are will be some serious upgrade!
- upgrade to Pop-up window with search for dials and some context menu and some custom options in options page
- better keyboard shortcuts support - this is partially blocked by missing focus on page when New tab is opened
- fully customizable context menus
- ... and some others that will be a surprise :) - don't worry, no blinking ads are coming on my watch!
How to (FAQ):
- Set it as Homepage (video 0:33) - in Options page / first tab / first line click "Copy link" button and paste it in Firefox / Options / Home / "Homepage and new windows" - Custom URLs...
- Change number of dials in current group - right click group name (upper-left corner) and click "Edit group"
- How do I support this amazing Juraj guy? - by sending him a donation or becoming his Patron (ok nobody asks this, but I really need your help!)
Contribution:
- I'm developing this add-on almost full-time for nearly 3 years with minimum income.
Please consider supporting my work by:
Thank you! :)
Your donation will help me keep this add-on working in future versions of Firefox!
Privacy and permissions:
- add-on by default makes NO remote requests to my Cloud server or Google or any other service!
- if user creates cloud account on https://group-speed-dial.fastaddons.com page, add-on will synchronize his dials with the cloud server
- there is NO tracking of visited pages or user activity! There is only history (backup) of changes made to your dials - stored locally on your PC and NOT synchronized with cloud.
- favicons are downloaded directly - if possible, else Google service can be used - MUST BE ENABLED by user in Options page first!
- permission "Access your data for all websites" in only used to get page title (used to set proper name of the dial) and monitor resolution (used to create thumbnail with correct resolution). My add-on cannot access anything else from pages you visit! Both of these scripts can be verified by checking "browser.tabs.executeScript" methods in "background_gsd.js" file.
- permission "Hide and show browser tabs" is used to create hidden tab, where thumbnails are created
- permission "Access browser activity during navigation" is only used while generating thumbnail!
Known issues:
- the default "Refresh dial" may not work for some highly protected pages like Facebook or banks - use "Refresh by visiting page" instead
- thumbnail creation is not perfect - some pages are loading their content asynchronously and thumbnail may be created incomplete - use delay function "+ 5s"
Known Firefox issues: (feel free to up-vote any of these)
- BEWARE - loosing all your data can happen if you downgrade back to Firefox ESR 60 from current Firefox! Luckily you can use "History / backups" feature in upper right corner menu to restore your dials data. More info here.
- dials to local files - protocol "file://" - are supported, HOWEVER clicking them is currently forbidden by Firefox security
- Ctrl + Tab switches to hidden Reloading tab
- in Firefox 61 the address-bar is not focused when opening new Firefox window
- in Firefox 61 changing New tab page to "about:home" doesn't work - use Firefox 60 ESR and vote for these bug1 bug2
- auto-reload will exit full-screen videos (until it's fixed in Firefox 62, enable "Keep reloading tab opened after reloading" in Options page / Thumbnails)
- if you setup GroupSpeedDial as homepage - opening very first Firefox window may show blank page and address-bar won't be selected, see also this bug
- Firefox prevents add-ons from using internal database when history is disabled. You can enable History in "Firefox / Options / Privacy & Security / History"
- common database corruption issues (IndexedDB API)
- dials to internal pages like "about:addons" or "about:debugging" and dials to other extension pages like "moz-extension://..." are forbidden by Firefox security
Recently added features:
Note:
- This add-on is in active development and there are many new features on the way!
(I wrote this statement almost three years ago (in November 2016) and it's still true!)
Credits:
- icons by Font Awesome
Tags: android, bookmarks, category, cloud, fast, fast dial, fastdial, folder, fvd, folders, group, groups, new tab, organize, speed, speed dial, sync, synchronization, visual, visual bookmarks
Segnala questo componente aggiuntivo per abuso
Se ritieni che questo componente aggiuntivo violi le politiche Mozilla sui componenti aggiuntivi o presenti dei possibili rischi di sicurezza o privacy, utilizza il seguente modulo per segnalarlo.
Attenzione: non utilizzare questo modulo per segnalare bug o richiedere nuove funzionalità; la segnalazione verrà inoltrata direttamente a Mozilla e non all’autore del componente aggiuntivo.
Sostieni il mantenimento e l’aggiornamento di questa estensione con una piccola donazione allo sviluppatore.
Questo componente aggiuntivo necessita di:
- Nascondere o mostrare le schede
- Accedere alle schede
- Accedere alle attività durante la navigazione
- Accedere ai dati di tutti i siti web
Questo componente aggiuntivo può anche richiedere:
- Leggere e modificare i segnalibri
- Accedere alla cronologia di navigazione
- Link componente aggiuntivo
- Versione
- 20.0
- Dimensione
- 2,62 MB
- Ultimo aggiornamento
- 17 giorni fa (15 giu 2022)
- Categorie correlate
- Licenza
- Tutti i diritti riservati
- Informativa sulla privacy
- Consulta l’informativa sulla privacy per questo componente aggiuntivo
- Cronologia versioni
- removed unused legacy base64 images from the IndexedDB, this should fix insane Chromium memory leak on startup
- fixing broken thumbnails reload in Chrome 102
- added buttons for changing the dynamic dial size
- fixed blank thumbnail detection
- Chrome will no longer close reloading window (less focus stealing when reloading many pages), it will also do 6 pages at a time (32bit devices will do 2)
- fixed "Default" reload option - this global option will now work for Auto-reload and for "Refresh all dials" feature
- fixed rare error message on browser start (when dials page loads before background script)
- refactored "Bing image of the day" module into MV3 compatible
- refactoring code injection into MV3 compatible
- refactored error logger module into MV3 compatible
- refactored favicons downloader into MV3 compatible version
- refactored canvas operations to MV3 compatible using OffscreenCanvas
- removed localStorage usage in the background script
- replacing window with self for better service worker compatibility
- added RxJS library for better coding :)
- refactored contextMenus into more compatible version
- updated libs
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni