Tab Plus
Tab Plus is more than just a tab, - local weather, flip clock and more...
Что такое Tab Plus?
Tab Plus - это расширение Chrome, разработанное xtensionplus.com, и его основная функция - "Tab Plus is more than just a tab, - local weather, flip clock and more...".
Снимки экрана расширения
Скачать файл CRX расширения Tab Plus
Скачайте файлы расширений Tab Plus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Very useful and nice start page, more than just a new tab, - local weather, flip clock and more...
Основная информация о расширении
Название | Tab Plus |
ID | gnpkfejhbjbfidphpdfeokopdigeinkf |
Официальный URL | https://chromewebstore.google.com/detail/tab-plus/gnpkfejhbjbfidphpdfeokopdigeinkf |
Описание | Tab Plus is more than just a tab, - local weather, flip clock and more... |
Размер файла | 753 KB |
Количество установок | 72 |
Текущая Версия | 1.0.1.3 |
Последнее Обновление | 2017-07-18 |
Дата публикации | 2017-07-18 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | xtensionplus.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "name": "Tab Plus", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Tab Plus is more than just a tab, - local weather, flip clock and more...", "icons": { "128": "images\/tab+-128.png", "16": "images\/tab+-16.png", "48": "images\/tab+-48.png", "64": "images\/tab+-64.png" }, "manifest_version": 2, "options_page": "index.html#options", "permissions": [ "storage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api" ], "version": "1.0.1.3" } |