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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a list of sites you visited the most in a dropdown list"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dropdown List of Most Visited Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}