Forecastfox Lite
Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…
Что такое Forecastfox Lite?
Forecastfox Lite - это расширение Chrome, разработанное http://getforecastfox.com, и его основная функция - "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".
Снимки экрана расширения
Скачать файл CRX расширения Forecastfox Lite
Скачайте файлы расширений Forecastfox Lite в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and weather on the new tab page.
Основная информация о расширении
Название | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
Официальный URL | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
Описание | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
Размер файла | 175 KB |
Количество установок | 2,170 |
Текущая Версия | 22 |
Последнее Обновление | 2013-05-21 |
Дата публикации | 2013-05-21 |
Рейтинг | 2.43/5 Всего 206 оценок |
Разработчик | http://getforecastfox.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forecastfox Lite", "version": "22", "manifest_version": 2, "chrome_url_overrides": { "newtab": "forecastfox.html" }, "permissions": [ "alarms", "storage", "geolocation", "http:\/\/*.accuweather.com\/" ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "background": { "scripts": [ "js\/extern.js", "js\/eventPage.js" ], "persistent": false } } |