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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } |