Potato timer
This extension is for managing your working and break times
What is Potato timer?
Potato timer is a Chrome extension developed by gabrielfirmacion, and its main feature is "This extension is for managing your working and break times".
Extension Screenshots
Download Potato timer Extension CRX File
Download Potato timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!!
Extension Basic Information
Name | Potato timer |
ID | cohpelnhkkflnlnkfadomkimmpejeifa |
Official URL | https://chromewebstore.google.com/detail/potato-timer/cohpelnhkkflnlnkfadomkimmpejeifa |
Description | This extension is for managing your working and break times |
File Size | 149 KB |
Installation Count | 15 |
Current Version | 2.0 |
Last Updated | 2016-01-28 |
Publish Date | 2016-01-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | gabrielfirmacion |
Payment Type | free |
Supported Languages | 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'" } |