timee
Convert date and time to your time zone with timee.io
ما هو timee؟
timee هو إضافة Chrome تم تطويرها بواسطة https://timee.io، والميزة الرئيسية لها هي "Convert date and time to your time zone with timee.io".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة timee
قم بتنزيل ملفات الامتداد timee بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is a simple shortcut for time zone conversion of free language text on timee.io. All you have to do is select a time you want to convert, right-click and choose "View on timee" from the menu. It then opens a page on timee.io with this specific time.
معلومات أساسية عن التمديد
الاسم | timee |
ID | fcedikhdncpihpklagplnhhapeohoghl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl |
الوصف | Convert date and time to your time zone with timee.io |
حجم الملف | 10.32 KB |
عدد التثبيتات | 637 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-04-22 |
تاريخ النشر | 2020-05-04 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://timee.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://timee.io |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "timee", "description": "Convert date and time to your time zone with timee.io", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |