Frequently visited websites

Provides a dropdown list of frequently visited sites.

Co to jest Frequently visited websites?

Frequently visited websites to rozszerzenie Chrome opracowane przez BillyMutt Apps, a jego główną funkcją jest „Provides a dropdown list of frequently visited sites.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Frequently visited websites

Pobierz pliki rozszerzeń Frequently visited websites w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Frequently visited websites Frequently visited websites
ID aakelfaakdmnkfafecmmmplpeobcfpno
Oficjalny URL https://chrome.google.com/webstore/detail/frequently-visited-websit/aakelfaakdmnkfafecmmmplpeobcfpno
Opis Provides a dropdown list of frequently visited sites.
Rozmiar pliku 74.62 KB
Liczba instalacji 454
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-10-07
Data Publikacji 2015-10-07
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper BillyMutt Apps
Typ Płatności free
Obsługiwane Języki 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"
    ]
}