Clext
Grammer Clock in your browser
ما هو Clext؟
Clext هو إضافة Chrome تم تطويرها بواسطة Jarques، والميزة الرئيسية لها هي "Grammer Clock in your browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clext
قم بتنزيل ملفات الامتداد Clext بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Clext is a simple Chrome Extension to let you know the time in an easy to read sentence. Clext uses GrammerTime by Thomas Davis: http://www.designedbythomas.co.uk/blog/grammartime-javascript-word-clock
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | pdmdlpkmpfbcbnldaanecoeilkkcfhcl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/clext/pdmdlpkmpfbcbnldaanecoeilkkcfhcl |
الوصف | Grammer Clock in your browser |
حجم الملف | 8.24 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 1 |
آخر تحديث | 2012-10-18 |
تاريخ النشر | 2012-10-18 |
المطور | Jarques |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clext", "version": "1", "description": "Grammer Clock in your browser", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "grammer.js" ] }, "permissions": [ "notifications" ], "web_accessible_resources": [ "icon.png" ] } |