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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Most Visited 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "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.)                    

확장 프로그램 기본 정보

이름 Most Visited Most Visited
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
이메일 [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
}