Website Status
A simple way to monitor websites. Extension created by Ale Mohamad.
ما هو Website Status؟
Website Status هو إضافة Chrome تم تطويرها بواسطة Ale Mohamad، والميزة الرئيسية لها هي "A simple way to monitor websites. Extension created by Ale Mohamad.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Website Status
قم بتنزيل ملفات الامتداد Website Status بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simpler way to monitor websites. You can check the status of each of the websites that you are following. This is a simple tool to use, so you can keep up with these websites with which you are working (or checking if other websites are working).
معلومات أساسية عن التمديد
الاسم | Website Status |
ID | heocgfngkgbdnbaobnmldjgbmmagfdpo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo |
الوصف | A simple way to monitor websites. Extension created by Ale Mohamad. |
حجم الملف | 219 KB |
عدد التثبيتات | 270 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-11-10 |
تاريخ النشر | 2013-11-10 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Ale Mohamad |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Status", "version": "1.0", "manifest_version": 2, "description": "A simple way to monitor websites. Extension created by Ale Mohamad.", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "Website Status", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "permissions": [ "*:\/\/*\/*", "storage", "notifications" ], "options_page": "html\/options.html" } |