New Tab with Apps

Override the new tab page with Google Chrome Apps page, does not need many permissions

Что такое New Tab with Apps?

New Tab with Apps - это расширение Chrome, разработанное https://sites.google.com/site/sandeshmore, и его основная функция - "Override the new tab page with Google Chrome Apps page, does not need many permissions".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения New Tab with Apps

Скачайте файлы расширений New Tab with Apps в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension overrides the new tab page with chrome apps page. This app does not need any special permissions.                    

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

Название New Tab with Apps New Tab with Apps
ID jbfelchjnicpmdnfmcfpfajkdpibabkl
Официальный URL https://chromewebstore.google.com/detail/new-tab-with-apps/jbfelchjnicpmdnfmcfpfajkdpibabkl
Описание Override the new tab page with Google Chrome Apps page, does not need many permissions
Размер файла 10.12 KB
Количество установок 2,054
Текущая Версия 0.2
Последнее Обновление 2014-11-12
Дата публикации 2014-04-02
Рейтинг 3.50/5 Всего 2 оценок
Разработчик https://sites.google.com/site/sandeshmore
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab with Apps",
    "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "new_tab_chrome_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "allapps16.png",
        "48": "allapps48.png",
        "128": "allapps128.png"
    },
    "manifest_version": 2
}