Most Visited
Access your most visited pages from a quick drop-down menu
Most Visitedとは何ですか?
Most Visitedはhttps://melanto.comによって開発されたChromeの拡張機能で、その主な機能は「Access your most visited pages from a quick drop-down menu」です。
拡張機能のスクリーンショット
Most Visited拡張機能のCRXファイルをダウンロード
Most Visited拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        "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.)                     拡張機能の基本情報
| 名前 |   |  
| ID | obbnkbhoknnlndofpoikddaompgmiioc | 
| 公式URL | https://chromewebstore.google.com/detail/most-visited/obbnkbhoknnlndofpoikddaompgmiioc | 
| 説明 | Access your most visited pages from a quick drop-down menu | 
| ファイルサイズ | 24.39 KB | 
| インストール数 | 4,723 | 
| 現在のバージョン | 1.0.0.1 | 
| 最終更新日 | 2017-04-22 | 
| 公開日 | 2017-04-21 | 
| 評価 | 3.92/5 合計 13 レビュー | 
| 開発者 | https://melanto.com | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://melanto.com/apps/most-visited/ | 
| プライバシーポリシーページのURL | https://melanto.com/privacy.html | 
| 対応言語 | 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
}  |  |