TabList
This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
TabList क्या है?
TabList Arthur Gerkis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabList एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will replace a standard new tab page with own page and will list all opened tabs (very useful when you lots of them). You can manage your tabs from this list — rearrange tabs by dragging and dropping, close, refresh, focus, free memory. Also it can view your bookmarks bar. You can find code here: https://github.com/ax330d/TabList
एक्सटेंशन की मूल जानकारी
नाम | TabList |
ID | degjjfncecoliapmdalnecogigkhldam |
आधिकारिक URL | https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam |
विवरण | This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs. |
फ़ाइल का आकार | 341 KB |
स्थापना संख्या | 217 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2017-09-04 |
प्रकाशन तिथि | 2017-09-04 |
रेटिंग | 4.00/5 कुल 5 रेटिंग्स |
डेवलपर | Arthur Gerkis |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabList", "version": "1.0.9", "description": "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.", "chrome_url_overrides": { "newtab": "newTab.html" }, "incognito": "split", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "bookmarks", "storage", "chrome:\/\/favicon\/" ], "options_page": "options.html", "manifest_version": 2, "web_accessible_resources": [ "fonts\/*" ] } |