Most Visited
Access your most visited pages from a quick drop-down menu
What is Most Visited?
Most Visited is a Chrome extension developed by https://melanto.com, and its main feature is "Access your most visited pages from a quick drop-down menu".
Extension Screenshots
Download Most Visited Extension CRX File
Download Most Visited 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
"Most Visited" is a browser extension that shows you your most visited pages (top sites) in a simple drop-down list. Just click on a page to open it. That's all this extension does... (By default the pages will be opened in new tab, but you can change this behaviour from the "Options" page.)
Extension Basic Information
Name | Most Visited |
ID | obbnkbhoknnlndofpoikddaompgmiioc |
Official URL | https://chromewebstore.google.com/detail/most-visited/obbnkbhoknnlndofpoikddaompgmiioc |
Description | Access your most visited pages from a quick drop-down menu |
File Size | 24.39 KB |
Installation Count | 4,723 |
Current Version | 1.0.0.1 |
Last Updated | 2017-04-22 |
Publish Date | 2017-04-21 |
Rating | 3.92/5 Total 13 Ratings |
Developer | https://melanto.com |
[email protected] | |
Payment Type | free |
Extension Website | https://melanto.com/apps/most-visited/ |
Privacy Policy Page URL | https://melanto.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Most Visited", "version": "1.0.0.1", "description": "Access your most visited pages from a quick drop-down menu", "homepage_url": "http:\/\/melanto.com\/apps\/most-visited", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "topSites" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Most Visited" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "offline_enabled": false, "options_page": "settings.html", "manifest_version": 2 } |