Noveltab for Developers

Developer-friendly new tab page

Что такое Noveltab for Developers?

Noveltab for Developers - это расширение Chrome, разработанное http://noveltab.com, и его основная функция - "Developer-friendly new tab page".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Noveltab for Developers

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

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

                        Noveltab makes your new tab page developer-friendly! 

*** Smart history ***
Quick access to recently visited resources:
- Github projects
- Documentation
- Stackoverflow questions
- Bugtracker tickets
- Google Docs
- Forum topics


*** Direct search ***
Search isn't only Google! Search directly in Stackoverflow, Wikipedia, and other services as well.


*** News Feed ***
News feed from popular tech websites to keep you up to date with the latest events.                    

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

Название Noveltab for Developers Noveltab for Developers
ID phmdaodfdfcieiomibneocicagcihfke
Официальный URL https://chrome.google.com/webstore/detail/noveltab-for-developers/phmdaodfdfcieiomibneocicagcihfke
Описание Developer-friendly new tab page
Размер файла 572 KB
Количество установок 29
Текущая Версия 0.96
Последнее Обновление 2016-10-24
Дата публикации 2016-10-24
Рейтинг 4.17/5 Всего 6 оценок
Разработчик http://noveltab.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noveltab for Developers",
    "description": "Developer-friendly new tab page",
    "version": "0.96",
    "permissions": [
        "history",
        "storage",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/suggestqueries.google.com\/complete\/ https:\/\/ajax.googleapis.com\/ajax\/services\/feed\/ https:\/\/*.googleapis.com\/ https:\/\/www.google.com\/; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "assets\/img\/nt128x128.png",
        "48": "assets\/img\/nt48x48.png",
        "16": "assets\/img\/nt16x16.png"
    }
}