Most Visited
Access your most visited pages from a quick drop-down menu
Co to jest Most Visited?
Most Visited to rozszerzenie Chrome opracowane przez https://melanto.com, a jego główną funkcją jest „Access your most visited pages from a quick drop-down menu”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Most Visited
Pobierz pliki rozszerzeń Most Visited 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
"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.)
Podstawowe informacje o rozszerzeniu
Nazwa | Most Visited |
ID | obbnkbhoknnlndofpoikddaompgmiioc |
Oficjalny URL | https://chromewebstore.google.com/detail/most-visited/obbnkbhoknnlndofpoikddaompgmiioc |
Opis | Access your most visited pages from a quick drop-down menu |
Rozmiar pliku | 24.39 KB |
Liczba instalacji | 4,723 |
Aktualna Wersja | 1.0.0.1 |
Ostatnia Aktualizacja | 2017-04-22 |
Data Publikacji | 2017-04-21 |
Ocena | 3.92/5 Łącznie 13 Oceny |
Deweloper | https://melanto.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://melanto.com/apps/most-visited/ |
Adres URL Strony Polityki Prywatności | https://melanto.com/privacy.html |
Obsługiwane Języki | 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 } |