Frequently visited websites
Provides a dropdown list of frequently visited sites.
What is Frequently visited websites?
Frequently visited websites is a Chrome extension developed by BillyMutt Apps, and its main feature is "Provides a dropdown list of frequently visited sites.".
Extension Screenshots
Download Frequently visited websites Extension CRX File
Download Frequently visited websites extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | aakelfaakdmnkfafecmmmplpeobcfpno |
Official URL | https://chrome.google.com/webstore/detail/frequently-visited-websit/aakelfaakdmnkfafecmmmplpeobcfpno |
Description | Provides a dropdown list of frequently visited sites. |
File Size | 74.62 KB |
Installation Count | 454 |
Current Version | 0.1 |
Last Updated | 2015-10-07 |
Publish Date | 2015-10-07 |
Rating | 3.33/5 Total 3 Ratings |
Developer | BillyMutt Apps |
Payment Type | free |
Supported Languages | 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" ] } |