New Tab Rss Feed & Shots

Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose

Что такое New Tab Rss Feed & Shots?

New Tab Rss Feed & Shots - это расширение Chrome, разработанное Antonin Langlade, и его основная функция - "Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose".

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

screenshot
screenshot

Скачать файл CRX расширения New Tab Rss Feed & Shots

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

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

                        With this extension you can follow rss in your new tabs on Google Chrome. It permit to take a quickly look at news that you want to read. You can now see the shots from Dribbble ! Now the datas are saved into your google account !                    

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

Название New Tab Rss Feed & Shots New Tab Rss Feed & Shots
ID ameifmmflpopkpcajacpiiddfjjnpfog
Официальный URL https://chrome.google.com/webstore/detail/new-tab-rss-feed-shots/ameifmmflpopkpcajacpiiddfjjnpfog
Описание Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose
Размер файла 101 KB
Количество установок 14
Текущая Версия 0.43
Последнее Обновление 2014-06-24
Дата публикации 2014-06-24
Рейтинг 3.20/5 Всего 5 оценок
Разработчик Antonin Langlade
Тип оплаты free
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Rss Feed & Shots",
    "version": "0.43",
    "description": "Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "app.html"
    },
    "permissions": [
        "storage"
    ],
    "author": "Antonin Langlade",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/api.dribbble.com; object-src 'self'"
}