Frequently visited websites

Provides a dropdown list of frequently visited sites.

Wat is Frequently visited websites?

Frequently visited websites is een Chrome-extensie ontwikkeld door BillyMutt Apps, en de belangrijkste functie is "Provides a dropdown list of frequently visited sites.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Frequently visited websites

Download Frequently visited websites-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Frequently visited websites Frequently visited websites
ID aakelfaakdmnkfafecmmmplpeobcfpno
Officiële URL https://chrome.google.com/webstore/detail/frequently-visited-websit/aakelfaakdmnkfafecmmmplpeobcfpno
Beschrijving Provides a dropdown list of frequently visited sites.
Bestandsgrootte 74.62 KB
Aantal Installaties 454
Huidige Versie 0.1
Laatst Bijgewerkt 2015-10-07
Publicatiedatum 2015-10-07
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar BillyMutt Apps
Betalingswijze free
Ondersteunde Talen 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"
    ]
}