Tab Nudger - Tab Manager

Tab Nudger by Motley Works automatically moves a tab to the 1st or last position if that tab is actively worked on for 10 seconds.

Tab Nudger - Tab Manager क्या है?

Tab Nudger - Tab Manager https://motley.works द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tab Nudger by Motley Works automatically moves a tab to the 1st or last position if that tab is actively worked on for 10 seconds."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Tab Nudger - Tab Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tab Management has a new hero. 

If you've ever found yourself hunting for a tab in the forest of tabs you irrationally insist on having open, then TabNudger should prove helpful to you. 

We noticed an annoying problem in our own workflow, which was that we'd often find ourselves with so many tabs open in Chrome that we'd often end up "hunting" for some tab we just worked on or now needed. This was wasteful and distracting effort that made it harder for us to be effective when working on Chrome. We looked to natural human behavior in the analog world for a solution. Our proposed solution is, just like when one works on a desk where the papers one works on recently is naturally on top of the stack of work papers, tabs a user works on should consistently move to the top. With TabNudger installed, any tab that a user works on for a not insignificant amount of time is nudged to the first or last position among the user's likely many tabs. It's a simple and surprisingly effective fix for a frustrating problem afflicting millions of Chrome users. Now, there's much less of a need to close, organize, snooze, or suspend excess tabs!   

We hope you'll find the extension as helpful as we do, and if you find yourself loving our solution, please consider DONATING by visiting us at https://motley.works/tabnudger :)                    

एक्सटेंशन की मूल जानकारी

नाम Tab Nudger - Tab Manager Tab Nudger - Tab Manager
ID lhgfclikohoigahnhjlmidgnpgjmgkma
आधिकारिक URL https://chromewebstore.google.com/detail/tab-nudger-tab-manager/lhgfclikohoigahnhjlmidgnpgjmgkma
विवरण Tab Nudger by Motley Works automatically moves a tab to the 1st or last position if that tab is actively worked on for 10 seconds.
फ़ाइल का आकार 468 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.0.8.1
अंतिम अपडेट 2019-02-27
प्रकाशन तिथि 2019-02-26
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://motley.works
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://motley.works/tabnudger/
सहायता पृष्ठ URL https://motley.works#contact
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Nudger - Tab Manager",
    "short_name": "Tab Nudger",
    "version": "1.0.8.1",
    "author": "Motley Works",
    "description": "Tab Nudger by Motley Works automatically moves a tab to the 1st or last position if that tab is actively worked on for 10 seconds.",
    "icons": {
        "128": "images\/icon128.png",
        "64": "images\/icon64.png",
        "48": "images\/icon48.png",
        "32": "images\/icon32.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "info.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "js\/jquery-ui-1.12.1.custom\/jquery-ui.min.js",
            "js\/tabnudger.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}