Most Visited
Access your most visited pages from a quick drop-down menu
Apa itu Most Visited?
Most Visited adalah ekstensi Chrome yang dikembangkan oleh https://melanto.com, dan fitur utamanya adalah "Access your most visited pages from a quick drop-down menu".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Most Visited
Unduh file ekstensi Most Visited dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
"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.)
Informasi Dasar Ekstensi
Nama | Most Visited |
ID | obbnkbhoknnlndofpoikddaompgmiioc |
URL Resmi | https://chromewebstore.google.com/detail/most-visited/obbnkbhoknnlndofpoikddaompgmiioc |
Deskripsi | Access your most visited pages from a quick drop-down menu |
Ukuran File | 24.39 KB |
Jumlah Instalasi | 4,723 |
Versi Saat Ini | 1.0.0.1 |
Terakhir Diperbarui | 2017-04-22 |
Tanggal Publikasi | 2017-04-21 |
Penilaian | 3.92/5 Total 13 Penilaian |
Pengembang | https://melanto.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://melanto.com/apps/most-visited/ |
URL Halaman Kebijakan Privasi | https://melanto.com/privacy.html |
Bahasa yang Didukung | 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 } |