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".
Снимки экрана расширения
Скачать файл CRX расширения New Tab with Apps
Скачайте файлы расширений New Tab with Apps в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.
Основная информация о расширении
Название | New Tab with Apps |
ID | ccahedhbdoiklejagbfhklgmhefagpgd |
Официальный URL | https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd |
Описание | Override the new tab page with Google Chrome Apps page, does not need many permissions |
Размер файла | 10.12 KB |
Количество установок | 401 |
Текущая Версия | 0.2 |
Последнее Обновление | 2014-04-04 |
Дата публикации | 2014-04-03 |
Рейтинг | 3.00/5 Всего 3 оценок |
Разработчик | 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 } |