Most Visited

Access your most visited pages from a quick drop-down menu

Was ist Most Visited?

Most Visited ist eine Chrome-Erweiterung, die von https://melanto.com entwickelt wurde, und ihr Hauptmerkmal ist "Access your most visited pages from a quick drop-down menu".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Most Visited-Erweiterungs-CRX-Datei herunterladen

Laden Sie Most Visited-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        "Most Visited" is a browser extension that shows you your most visited pages (top sites) in a simple drop-down list. Just click on a page to open it. That's all this extension does...

(By default the pages will be opened in new tab, but you can change this behaviour from the "Options" page.)                    

Grundlegende Informationen zur Erweiterung

Name Most Visited Most Visited
ID obbnkbhoknnlndofpoikddaompgmiioc
Offizielle URL https://chromewebstore.google.com/detail/most-visited/obbnkbhoknnlndofpoikddaompgmiioc
Beschreibung Access your most visited pages from a quick drop-down menu
Dateigröße 24.39 KB
Installationsanzahl 4,723
Aktuelle Version 1.0.0.1
Letztes Update 2017-04-22
Veröffentlichungsdatum 2017-04-21
Bewertung 3.92/5 Insgesamt 13 Bewertungen
Entwickler https://melanto.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://melanto.com/apps/most-visited/
URL der Datenschutzrichtlinien-Seite https://melanto.com/privacy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Most Visited",
    "version": "1.0.0.1",
    "description": "Access your most visited pages from a quick drop-down menu",
    "homepage_url": "http:\/\/melanto.com\/apps\/most-visited",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "topSites"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Most Visited"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": false,
    "options_page": "settings.html",
    "manifest_version": 2
}