Surf Clock
Keep track of the time you spend surfing on the web.
Surf Clock क्या है?
Surf Clock https://surfclock.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of the time you spend surfing on the web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Surf Clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Curious about where you spend how much time on the web? Surf Clock is for you! Accurate. Intuitive. Private. - While browsing the web, the time you spend on websites is accurately measured. - Adjust the time frame to easily spot for how long you've been on any site during that period. - No information is sent to our clouds, it's all yours on your computer. Necessary permissions: - "Read your browsing history" to detect when you load new sites and switch tabs / windows - "Read and change your data on www.google.com" in order to use Google's Favicon Service, which is needed to retrieve the color for the website
एक्सटेंशन की मूल जानकारी
नाम | Surf Clock |
ID | bhmamcldpbfndmkibakfgkibichjbifo |
आधिकारिक URL | https://chromewebstore.google.com/detail/surf-clock/bhmamcldpbfndmkibakfgkibichjbifo |
विवरण | Keep track of the time you spend surfing on the web. |
फ़ाइल का आकार | 186 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2017-12-04 |
प्रकाशन तिथि | 2017-12-04 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://surfclock.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://surfclock.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Surf Clock", "version": "1.0.4", "author": "crococoding", "homepage_url": "https:\/\/surfclock.io", "description": "Keep track of the time you spend surfing on the web.", "icons": { "128": "chrome\/icon_128.png" }, "browser_action": { "default_icon": "chrome\/icon_128.png", "default_popup": "chrome\/popup_chrome.html" }, "permissions": [ "tabs", "storage", "https:\/\/www.google.com\/*" ], "background": { "scripts": [ "core\/background\/dexie.min.js", "core\/background\/vibrant.min.js", "core\/background\/database.js", "core\/background\/logger.js", "chrome\/background_chrome.js" ] } } |