Time Saver
Block a specific set of sites during specific periods of the week using a JSON formatted string.
Time Saver क्या है?
Time Saver Curtis Huebner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block a specific set of sites during specific periods of the week using a JSON formatted string."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Time Saver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension that blocks certain URLs for certain parts of the week. For instance to block "www.evil.com" and "www.distraction.com" from 1:30AM Monday to 4:37PM Friday and any site that has "fun" in the url on Sunday, the filter would be: { "times": [ { "endDay": 5, "endHour": 16, "endMinute": 37, "startDay": 1, "startHour": 1, "startMinute": 30, "urls": [ "www.evil.com", "www.distraction.com" ] }, { "endDay": 1, "endHour": 0, "endMinute": 0, "startDay": 0, "startHour": 18, "startMinute": 0, "urls": [ "fun" ] } ] }
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | mbeodbihdnhkgebepkmlenepjfoanfcj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/time-saver/mbeodbihdnhkgebepkmlenepjfoanfcj |
विवरण | Block a specific set of sites during specific periods of the week using a JSON formatted string. |
फ़ाइल का आकार | 9.06 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2017-05-25 |
प्रकाशन तिथि | 2017-05-25 |
डेवलपर | Curtis Huebner |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Saver", "description": "Block a specific set of sites during specific periods of the week using a JSON formatted string.", "version": "0.0.2", "background": { "scripts": [ "redirect.js" ] }, "options_page": "options.html", "permissions": [ " |