World News

News from Around The World

Что такое World News?

World News - это расширение Chrome, разработанное http://momentaryreview.com, и его основная функция - "News from Around The World".

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

screenshot

Скачать файл CRX расширения World News

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

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

                        World News Now, Momentary Review, Latest News from Around the World, Breaking News Today, RSS Feed 24 - America, Europe, Asia, Africa, Latin America, Australia                    

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

Название World News World News
ID ecglbejkljjdoconbcfhfilimcmiophl
Официальный URL https://chrome.google.com/webstore/detail/world-news/ecglbejkljjdoconbcfhfilimcmiophl
Описание News from Around The World
Размер файла 161 KB
Количество установок 305
Текущая Версия 1.1
Последнее Обновление 2018-01-12
Дата публикации 2018-01-12
Рейтинг 5.00/5 Всего 2 оценок
Разработчик http://momentaryreview.com
Тип оплаты free
Официальный сайт расширения http://momentaryreview.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World News",
    "label": "World News",
    "description": "News from Around The World",
    "version": "1.1",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "News Now",
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "unlimitedStorage",
        "notifications"
    ],
    "web_accessible_resources": [
        "128.png"
    ]
}