Mouse Tab
Simple and powerful new tab page
Что такое Mouse Tab?
Mouse Tab - это расширение Chrome, разработанное http://newtab.ml, и его основная функция - "Simple and powerful new tab page".
Скачать файл CRX расширения Mouse Tab
Скачайте файлы расширений Mouse Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
MouseTab - light-weight and beautiful chrome tab extension.
It shows weather, search box, recent tabs, time. In further updates, speed bookmarks tab will be added.
Note: MouseTab changes your default search and new tab. Основная информация о расширении
| Название | |
| ID | cnfodimhlpakbjfecpnacbhebkjlcfnc |
| Официальный URL | https://chrome.google.com/webstore/detail/mouse-tab/cnfodimhlpakbjfecpnacbhebkjlcfnc |
| Описание | Simple and powerful new tab page |
| Размер файла | 24.13 KB |
| Количество установок | 769 |
| Текущая Версия | 1.0.2 |
| Последнее Обновление | 2015-10-30 |
| Дата публикации | 2015-10-30 |
| Разработчик | http://newtab.ml |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"chrome_url_overrides": {
"newtab": "index.html"
},
"chrome_settings_overrides": {
"search_provider": {
"alternate_urls": [],
"encoding": "UTF-8",
"favicon_url": "http:\/\/newtab.ml\/favicon.png",
"is_default": true,
"keyword": "newtab.ml",
"name": "Mouse Tab",
"search_url": "http:\/\/newtab.ml\/search\/prt\/?q={searchTerms}"
}
},
"content_security_policy": "script-src 'self' https:\/\/www.telize.com\/ https:\/\/query.yahooapis.com\/ https:\/\/clients1.google.com\/ https:\/\/ajax.googleapis.com\/; object-src 'self'",
"description": "Simple and powerful new tab page",
"icons": {
"128": "favicon.png"
},
"manifest_version": 2,
"name": "Mouse Tab",
"permissions": [
"topSites",
"storage",
"https:\/\/clients1.google.com\/",
"https:\/\/ajax.googleapis.com\/",
"tabs"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.2"
} | |