Potato timer
This extension is for managing your working and break times
Potato timer क्या है?
Potato timer gabrielfirmacion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is for managing your working and break times"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Potato timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have you ever wanted to take a break from work and just surf around the internet but at the same time making sure that you don't end up surfing the net the whole day? Here is Potato Timer! It gives you a 10minute break and it lets you know after time's up that you need to get back to work and not to be a POTATO!!
एक्सटेंशन की मूल जानकारी
नाम | Potato timer |
ID | cohpelnhkkflnlnkfadomkimmpejeifa |
आधिकारिक URL | https://chromewebstore.google.com/detail/potato-timer/cohpelnhkkflnlnkfadomkimmpejeifa |
विवरण | This extension is for managing your working and break times |
फ़ाइल का आकार | 149 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2016-01-28 |
प्रकाशन तिथि | 2016-01-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | gabrielfirmacion |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Potato timer", "description": "This extension is for managing your working and break times", "version": "2.0", "browser_action": { "default_icon": "nopotato.png", "default_popup": "popup.html", "default_title": "No potato!" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentscript.js", "jquery-2.1.4.min.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |