Tab Counter
Shows the amount of tabs you've created on every new tab.
Tab Counter क्या है?
Tab Counter metarmask द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the amount of tabs you've created on every new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere. Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.
एक्सटेंशन की मूल जानकारी
नाम | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
विवरण | Shows the amount of tabs you've created on every new tab. |
फ़ाइल का आकार | 16.79 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2016-07-23 |
प्रकाशन तिथि | 2016-07-23 |
रेटिंग | 3.50/5 कुल 4 रेटिंग्स |
डेवलपर | metarmask |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "Shows the amount of tabs you've created on every new tab.", "version": "2.0", "minimum_chrome_version": "51", "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |