My New Tab

Replace newtab with any url & keep the addres bar clean!

Что такое My New Tab?

My New Tab - это расширение Chrome, разработанное Perfect Things, и его основная функция - "Replace newtab with any url & keep the addres bar clean!".

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

screenshot

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

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

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

                        Replace your new tab with any url keeping the address bar clean!

The html page is injected to an iframe, so there is one requirement:
the line below must be placed in  of the injected page:

This will make the links to open in the top frame and everything should work great!                    

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

Название My New Tab My New Tab
ID mnecfcpcjodmnejjbonbbcoggjincejc
Официальный URL https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc
Описание Replace newtab with any url & keep the addres bar clean!
Размер файла 14.71 KB
Количество установок 43
Текущая Версия 2.1
Последнее Обновление 2015-02-10
Дата публикации 2015-02-10
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Perfect Things
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/tborychowski/mynewtab
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My New Tab",
    "version": "2.1",
    "description": "Replace newtab with any url & keep the addres bar clean!",
    "manifest_version": 2,
    "icons": {
        "128": "img\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/github.com\/tborychowski\/mynewtab",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    }
}