Is my computer on?

How to tell if your computer is on.

Что такое Is my computer on??

Is my computer on? - это расширение Chrome, разработанное fatecate, и его основная функция - "How to tell if your computer is on.".

Скачать файл CRX расширения Is my computer on?

Скачайте файлы расширений Is my computer on? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Don't know if your computer is on. Use this extension to find out. :D                    

Основная информация о расширении

Название Is my computer on? Is my computer on?
ID lgnjlnldhgoccfnjkmpmlickaeoimnom
Официальный URL https://chrome.google.com/webstore/detail/is-my-computer-on/lgnjlnldhgoccfnjkmpmlickaeoimnom
Описание How to tell if your computer is on.
Размер файла 4.52 KB
Количество установок 910
Текущая Версия 0.69
Последнее Обновление 2016-02-29
Дата публикации 2016-02-29
Рейтинг 5.00/5 Всего 30 оценок
Разработчик fatecate
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Is my computer on?",
    "description": "How to tell if your computer is on.",
    "version": "0.69",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}