TabCounter
Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
TabCounter क्या है?
TabCounter melockchain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabCounter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tab Counter tracks the number of tabs: - Currently open - Opened today - Left open from yesterday - Days number of tabs have been left open - Number of tabs opened since install of this extension
एक्सटेंशन की मूल जानकारी
नाम | TabCounter |
ID | hocnnbmipielnggchdgobnliemdgpmai |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai |
विवरण | Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that. |
फ़ाइल का आकार | 51.71 MB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2022-12-02 |
प्रकाशन तिथि | 2022-05-19 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | melockchain |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabCounter", "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } }, "icons": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } } |