ThemeForest - New Items

The extension for Google Chrome lets you know about new items of Themeforest before anyone else

Что такое ThemeForest - New Items?

ThemeForest - New Items - это расширение Chrome, разработанное Awedoo Studio, и его основная функция - "The extension for Google Chrome lets you know about new items of Themeforest before anyone else".

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

screenshot
screenshot

Скачать файл CRX расширения ThemeForest - New Items

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

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

                        This extension will alert you when new items have been published on ThemeForest.net.

The ThemeForest is the world's largest marketplace for premium website themes with more than 15,000+ premium templates for everything from simple HTML files to complete website packages for WordPress and Magento.

This extension is developed on the basis of "News Feed - Chrome Extension"
http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio                    

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

Название ThemeForest - New Items ThemeForest - New Items
ID heencnbpheohkkdioofdinbppgpoljap
Официальный URL https://chrome.google.com/webstore/detail/themeforest-new-items/heencnbpheohkkdioofdinbppgpoljap
Описание The extension for Google Chrome lets you know about new items of Themeforest before anyone else
Размер файла 111 KB
Количество установок 87
Текущая Версия 1.1
Последнее Обновление 2017-05-16
Дата публикации 2017-05-16
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Awedoo Studio
Тип оплаты free
Официальный сайт расширения http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
URL страницы помощи http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThemeForest - New Items",
    "description": "The extension for Google Chrome lets you know about new items of Themeforest before anyone else",
    "background": {
        "page": "background.html"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "alarms",
        "notifications",
        "*:\/\/*\/*"
    ],
    "version": "1.1"
}