Shortcut Keys for tomatoi.st Pomodoro App
Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st
ما هو Shortcut Keys for tomatoi.st Pomodoro App؟
Shortcut Keys for tomatoi.st Pomodoro App هو إضافة Chrome تم تطويرها بواسطة Raine، والميزة الرئيسية لها هي "Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Shortcut Keys for tomatoi.st Pomodoro App
قم بتنزيل ملفات الامتداد Shortcut Keys for tomatoi.st Pomodoro App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds the following keyboard shortcuts to http://tomatoi.st: Press '1': Start a new Pomodoro Press '2': Start a short break Press '3': Start a long break That's it! 270 bytes of goodness ^_^
معلومات أساسية عن التمديد
الاسم | |
ID | lifpecdlabjocopgpgpgkakhkeeachpe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/shortcut-keys-for-tomatoi/lifpecdlabjocopgpgpgkakhkeeachpe |
الوصف | Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st |
حجم الملف | 37.42 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 1.0 |
آخر تحديث | 2012-08-14 |
تاريخ النشر | 2012-08-14 |
المطور | Raine |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shortcut Keys for tomatoi.st Pomodoro App", "version": "1.0", "manifest_version": 2, "description": "Add 1,2,3 Keyboard Shortcuts to http:\/\/tomatoi.st", "content_scripts": [ { "matches": [ "http:\/\/tomatoi.st\/*" ], "js": [ "jquery-1.7.2.min.js", "jquery.hotkeys.js", "main.js" ] } ] } |