New Tab iFrame

customize new tab by an iframe

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

New Tab iFrame - это расширение Chrome, разработанное chienwen, и его основная функция - "customize new tab by an iframe".

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

screenshot

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

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

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

                        This extension will replace your new tab default page with a new page containing an iframe. The src of the iframe is configurable.                    

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

Название New Tab iFrame New Tab iFrame
ID pjjgnpjhedgolccfdplecmnapdjhlknm
Официальный URL https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm
Описание customize new tab by an iframe
Размер файла 96.19 KB
Количество установок 107
Текущая Версия 1.0
Последнее Обновление 2015-09-12
Дата публикации 2015-09-12
Рейтинг 3.67/5 Всего 3 оценок
Разработчик chienwen
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab iFrame",
    "description": "customize new tab by an iframe",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/jquery-1.10.2.min.map"
    ],
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "images\/newtabiframe_16.png",
        "48": "images\/newtabiframe_48.png",
        "128": "images\/newtabiframe_128.png"
    }
}