Social Media Stopwatch
Timer for how long you spend on Social Media
Social Media Stopwatch क्या है?
Social Media Stopwatch Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Timer for how long you spend on Social Media"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Social Media Stopwatch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension meant to help you manage time spent on social media. Add timers manually when you want, or set URLs to have timers added automatically. This extension allows you to set timers for every tab you have open. Choose the tab from the drop-down menu and input the time you want to create a timer. Once the timer is up, the the tab will open and send you an alert. You can also set websites/specific URLs to have alarms created for them automatically. These can be set in the options page, accessed by right clicking on the extension icon.
एक्सटेंशन की मूल जानकारी
नाम | Social Media Stopwatch |
ID | fahoaamoeaejjidplpjhgmaggphgnaig |
आधिकारिक URL | https://chromewebstore.google.com/detail/social-media-stopwatch/fahoaamoeaejjidplpjhgmaggphgnaig |
विवरण | Timer for how long you spend on Social Media |
फ़ाइल का आकार | 79.21 KB |
स्थापना संख्या | 45 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-03-26 |
प्रकाशन तिथि | 2019-03-26 |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Media Stopwatch", "version": "1.0.0", "description": "Timer for how long you spend on Social Media", "permissions": [ "tabs", "activeTab", "storage", "alarms" ], "options_page": "options.html", "background": { "scripts": [ "background.js", "jquery-3.3.1.min.js" ], "persistent": true }, "icons": { "128": "images\/soc_stop128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/soc_stop16.png", "32": "images\/soc_stop32.png", "48": "images\/soc_stop48.png", "128": "images\/soc_stop128.png" }, "icons": { "16": "images\/soc_stop16.png", "32": "images\/soc_stop32.png", "48": "images\/soc_stop48.png", "128": "images\/soc_stop128.png" } }, "manifest_version": 2 } |