Tab Count
Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and/or close them.
Tab Count क्या है?
Tab Count !sh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and/or close them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Displays number and list of tabs opened on the current or all Chrome windows. New: detects duplicate tabs and auto closes stale tabs (configurable). Features: - Extension icon and icon tooltip displays total number of tabs on all windows. - Click the icon to get number of tabs opened on that window and list of tabs with: - Tab's favicon. - A 'x' to close the tab. - Title of the tab that you can click to go to the tab. - Tab's URL by hovering the mouse over the title. - [optional] Detect duplicate tabs. Contributed by: github.com/rgluga - [optional] auto-close tabs that are X days stale. Contributed by: github.com/rgluga Configurable option: - Display list of tabs in the current or all windows. Notes: To get data on incognito window[s], go to extension's settings on chrome://extensions/ and select the 'Allow in incognito' checkbox.
एक्सटेंशन की मूल जानकारी
नाम | Tab Count |
ID | cfokcacdaonnckdmopmcgeanhkebeaio |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-count/cfokcacdaonnckdmopmcgeanhkebeaio |
विवरण | Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and/or close them. |
फ़ाइल का आकार | 14.78 KB |
स्थापना संख्या | 23,348 |
वर्तमान संस्करण | 2.8 |
अंतिम अपडेट | 2016-01-17 |
प्रकाशन तिथि | 2016-01-17 |
रेटिंग | 4.23/5 कुल 65 रेटिंग्स |
डेवलपर | !sh |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/developerish/tab-count |
सहायता पृष्ठ URL | https://github.com/developerish/tab-count |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Count", "version": "2.8", "description": "Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and\/or close them.", "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_name": "Tab Count", "default_icon": "images\/icon19.png", "default_title": "Tab Count" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs" ] } |