Potato timer
This extension is for managing your working and break times
ما هو Potato timer؟
Potato timer هو إضافة Chrome تم تطويرها بواسطة gabrielfirmacion، والميزة الرئيسية لها هي "This extension is for managing your working and break times".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Potato timer
قم بتنزيل ملفات الامتداد Potato timer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |