Dropdown List of Most Visited Links

Displays a list of sites you visited the most in a dropdown list

Dropdown List of Most Visited Links란 무엇입니까?

Dropdown List of Most Visited Links은(는) http://stefanxo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays a list of sites you visited the most in a dropdown list"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Dropdown List of Most Visited Links 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dropdown List of Most Visited Links

Displays a list of sites you visited the most in a dropdown list

Changelog :

v1.0.0
This version is based on an older extension with a similar name.

Functionality wise these improvements have been added :

- Ignore rules 
You can now add rules such as *facebook.com* to exclude all kinds of links that match your rule from showing up in the list

- Suggested rules
If you ignore multiple links that have the same domain, the options page will suggest a rule for you to exclude all links from that domain. So if you ignore 2 facebook links, the options page will suggest you to add the rule https://facebook.com/*

- Faster refresh
Once you ignore an item in the list, the next items will show up right away in the bottom. Before that you had to close the pop up and open it again.

- Auto-save in options
Options now have an auto-save once you change most of the options

- See width in options
The options menu will now resize based on the width setting

----

If you enjoy this extension, please leave a rating! Thank you                    

확장 프로그램 기본 정보

이름 Dropdown List of Most Visited Links Dropdown List of Most Visited Links
ID pbaddbipnfofidkfailfgdmlfapfdaai
공식 URL https://chrome.google.com/webstore/detail/dropdown-list-of-most-vis/pbaddbipnfofidkfailfgdmlfapfdaai
설명 Displays a list of sites you visited the most in a dropdown list
파일 크기 139 KB
설치 횟수 1,000
현재 버전 1.0.0
최근 업데이트 2018-06-02
출시 날짜 2018-06-02
평점 4.67/5 총 12 개의 평점
개발자 http://stefanxo.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "description": "Displays a list of sites you visited the most in a dropdown list",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "Dropdown List of Most Visited Links",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Shows most visited sites."
    },
    "permissions": [
        "tabs",
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "version": "1.0.0",
    "manifest_version": 2
}