Frequently visited websites
Provides a dropdown list of frequently visited sites.
Was ist Frequently visited websites?
Frequently visited websites ist eine Chrome-Erweiterung, die von BillyMutt Apps entwickelt wurde, und ihr Hauptmerkmal ist "Provides a dropdown list of frequently visited sites.".
Erweiterungsscreenshots
Frequently visited websites-Erweiterungs-CRX-Datei herunterladen
Laden Sie Frequently visited websites-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | aakelfaakdmnkfafecmmmplpeobcfpno |
Offizielle URL | https://chrome.google.com/webstore/detail/frequently-visited-websit/aakelfaakdmnkfafecmmmplpeobcfpno |
Beschreibung | Provides a dropdown list of frequently visited sites. |
Dateigröße | 74.62 KB |
Installationsanzahl | 454 |
Aktuelle Version | 0.1 |
Letztes Update | 2015-10-07 |
Veröffentlichungsdatum | 2015-10-07 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | BillyMutt Apps |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |