Personal news extension.

Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.

Что такое Personal news extension.?

Personal news extension. - это расширение Chrome, разработанное Unknown, и его основная функция - "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.".

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

screenshot

Скачать файл CRX расширения Personal news extension.

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

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

                        This personal news extension adds a botton to your navigation bar in chrome that allows you to keep updated with the current news without the need to navigate anywhere.
Try it, it's really cool.

For feature requests, please add comments.                    

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

Название Personal news extension. Personal news extension.
ID egddcfgloagfefgjlmbajfgolapdbgpd
Официальный URL https://chromewebstore.google.com/detail/personal-news-extension/egddcfgloagfefgjlmbajfgolapdbgpd
Описание Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.
Размер файла 62.11 KB
Количество установок 22
Текущая Версия 1.0
Последнее Обновление 2012-11-25
Дата публикации 2012-11-25
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Personal news extension.",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.",
    "icons": {
        "16": "google_news16.png",
        "48": "google_news48.png",
        "128": "google_news128.png"
    },
    "browser_action": {
        "default_icon": "google_news128.png",
        "default_popup": "personal_news.html"
    },
    "web_accessible_resources": [
        ".\/personal_news.js",
        ".\/personal_news.css"
    ]
}