Frequently visited websites

Provides a dropdown list of frequently visited sites.

Vad är Frequently visited websites?

Frequently visited websites är en Chrome-tillägg utvecklad av BillyMutt Apps, och dess huvudfunktion är "Provides a dropdown list of frequently visited sites.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Frequently visited websites-förlängningens CRX-fil

Ladda ner Frequently visited websites-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Frequently visited websites Frequently visited websites
ID aakelfaakdmnkfafecmmmplpeobcfpno
Officiell webbadress https://chrome.google.com/webstore/detail/frequently-visited-websit/aakelfaakdmnkfafecmmmplpeobcfpno
Beskrivning Provides a dropdown list of frequently visited sites.
Filstorlek 74.62 KB
Antal Installationer 454
Aktuell Version 0.1
Senast Uppdaterad 2015-10-07
Publiceringsdatum 2015-10-07
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare BillyMutt Apps
Betalningssätt free
Stödda Språk 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"
    ]
}