Frequently visited websites

Provides a dropdown list of frequently visited sites.

Frequently visited websites là gì?

Frequently visited websites là một tiện ích mở rộng Chrome được phát triển bởi BillyMutt Apps, và tính năng chính của nó là "Provides a dropdown list of frequently visited sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Frequently visited websites

Tải xuống các tệp mở rộng Frequently visited websites dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Frequently visited websites Frequently visited websites
ID aakelfaakdmnkfafecmmmplpeobcfpno
URL Chính Thức https://chrome.google.com/webstore/detail/frequently-visited-websit/aakelfaakdmnkfafecmmmplpeobcfpno
Mô tả Provides a dropdown list of frequently visited sites.
Kích Thước Tệp 74.62 KB
Số Lần Cài Đặt 454
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-10-07
Ngày Phát Hành 2015-10-07
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển BillyMutt Apps
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}