Tracky
Allow time tracking from the browser with syncing ability thanks to chrome sync storage
ما هو Tracky؟
Tracky هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Allow time tracking from the browser with syncing ability thanks to chrome sync storage".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tracky
قم بتنزيل ملفات الامتداد Tracky بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a little extension to track my time, if you are interested by this extension and want to add features feel free to edit the code ^^ https://github.com/Grafikart/tracky
معلومات أساسية عن التمديد
الاسم | Tracky |
ID | nopncmbjiejagfhpkcbdikogbjcjhhll |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll |
الوصف | Allow time tracking from the browser with syncing ability thanks to chrome sync storage |
حجم الملف | 155 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 0.1.7 |
آخر تحديث | 2014-10-16 |
تاريخ النشر | 2014-10-16 |
تقييم | 4.67/5 مجموع تقييمات 9 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://github.com/Grafikart/tracky |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tracky", "description": "Allow time tracking from the browser with syncing ability thanks to chrome sync storage", "version": "0.1.7", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "name": "Click to open the timer", "default_title": "Open Timer", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage" ], "manifest_version": 2 } |