Tabulator

Manage your open tabs from the new tab page

Tabulator क्या है?

Tabulator https://gettabulator.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your open tabs from the new tab page"।

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

screenshot

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

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

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

                        Tabulator is tab management for power users. If you're the kind of user that has a ton of tabs open at all times, this is the extension for you.
 Tabulator takes over your new tab page and allows:
 - viewing all your open tabs
  - filtering through open tabs, by title or url
  - switching to a tab, usually after filtering
  - closing tabs from the page
  - re-ordering tabs via drag and drop                    

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

नाम Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
आधिकारिक URL https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
विवरण Manage your open tabs from the new tab page
फ़ाइल का आकार 74.77 KB
स्थापना संख्या 196
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2018-07-08
प्रकाशन तिथि 2018-07-07
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर https://gettabulator.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabulator",
    "author": "Ammar Khaku",
    "version": "1.1.0",
    "description": "Manage your open tabs from the new tab page",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "bundles\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        ""
    ],
    "minimum_chrome_version": "50"
}