Most Visited

Access your most visited pages from a quick drop-down menu

什么是Most Visited?

Most Visited是由https://melanto.com开发的Chrome扩展程序,该扩展的主要功能是“Access your most visited pages from a quick drop-down menu”。

扩展截图

screenshot
screenshot
screenshot

下载Most Visited扩展crx文件

下载Most Visited扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "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.)                    

扩展基本信息

名称 Most Visited Most Visited
ID obbnkbhoknnlndofpoikddaompgmiioc
官方URL https://chromewebstore.google.com/detail/most-visited/obbnkbhoknnlndofpoikddaompgmiioc
简介 Access your most visited pages from a quick drop-down menu
文件大小 24.39 KB
安装次数 4,723
当前版本 1.0.0.1
更新时间 2017-04-22
上架时间 2017-04-21
评分 3.92/5 共13次评分
开发者 https://melanto.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://melanto.com/apps/most-visited/
隐私政策页面URL https://melanto.com/privacy.html
支持的语言 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
}