Frequently visited websites
Provides a dropdown list of frequently visited sites.
什么是Frequently visited websites?
Frequently visited websites是由BillyMutt Apps开发的Chrome扩展程序,该扩展的主要功能是“Provides a dropdown list of frequently visited sites.”。
扩展截图
下载Frequently visited websites扩展crx文件
下载Frequently visited websites扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ![]() |
ID | aakelfaakdmnkfafecmmmplpeobcfpno |
官方URL | https://chrome.google.com/webstore/detail/frequently-visited-websit/aakelfaakdmnkfafecmmmplpeobcfpno |
简介 | Provides a dropdown list of frequently visited sites. |
文件大小 | 74.62 KB |
安装次数 | 454 |
当前版本 | 0.1 |
更新时间 | 2015-10-07 |
上架时间 | 2015-10-07 |
评分 | 3.33/5 共3次评分 |
开发者 | BillyMutt Apps |
付费类型 | free |
支持的语言 | 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" ] } |