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ファイルをダウンロード

Dropdown List of Most Visited Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}