Frequently visited websites
Provides a dropdown list of frequently visited sites.
Cos'è Frequently visited websites?
Frequently visited websites è un'estensione di Chrome sviluppata da BillyMutt Apps, e la sua funzione principale è "Provides a dropdown list of frequently visited sites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Frequently visited websites
Scarica i file di estensione Frequently visited websites in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Provides a dropdown list of frequently visited websites, much like the dropdown list in the Internet Explorer address bar. The user may create different sets of websites (for example Everyday Sites, Workplaces, etc.) and switch between the sets as needed.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | aakelfaakdmnkfafecmmmplpeobcfpno |
URL Ufficiale | https://chrome.google.com/webstore/detail/frequently-visited-websit/aakelfaakdmnkfafecmmmplpeobcfpno |
Descrizione | Provides a dropdown list of frequently visited sites. |
Dimensione del File | 74.62 KB |
Conteggio Installazioni | 454 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-10-07 |
Data di Pubblicazione | 2015-10-07 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | BillyMutt Apps |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Frequently visited websites", "description": "Provides a dropdown list of frequently visited sites.", "version": "0.1", "browser_action": { "default_icon": "icon_new.png", "default_popup": "recent_urls.html" }, "background": { "scripts": [ "recent_urls_events.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "notifications", "webNavigation" ] } |