Tab Counter
Changes your new tab page to a counter that displays how many tabs you have opened today.
Tab Counter क्या है?
Tab Counter Drake Panzer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes your new tab page to a counter that displays how many tabs you have opened today."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Changes your tab page to a counter that displays how many tabs you have opened today. The counter resets every day. The new tab page was designed to be used with the theme "Android Holo UI Dark Blue Theme", here is the link: https://chrome.google.com/webstore/detail/android-holo-ui-dark-blue/ajnfjknffgoibfgmpbkboohmlbfcdche ______ If you have any problems or suggestions, feel free to tell me.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jolnbjdcabeggeklgccfpbebhgkgjgee |
आधिकारिक URL | https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee |
विवरण | Changes your new tab page to a counter that displays how many tabs you have opened today. |
फ़ाइल का आकार | 27.81 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-01-31 |
प्रकाशन तिथि | 2017-01-31 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Drake Panzer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://dpanzer.net |
सहायता पृष्ठ URL | https://dpanzer.net/contact |
गोपनीयता नीति पृष्ठ URL | https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "author": "engineerofstuff", "chrome_url_overrides": { "newtab": "dist\/override.html" }, "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.", "homepage_url": "https:\/\/dpanzer.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Tab Counter", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |