ThemeForest - New Items

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

¿Qué es ThemeForest - New Items?

ThemeForest - New Items es una extensión de Chrome desarrollada por Awedoo Studio, y su función principal es "The extension for Google Chrome lets you know about new items of Themeforest before anyone else".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ThemeForest - New Items

Descarga archivos de extensión ThemeForest - New Items en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre ThemeForest - New Items ThemeForest - New Items
ID heencnbpheohkkdioofdinbppgpoljap
URL Oficial https://chrome.google.com/webstore/detail/themeforest-new-items/heencnbpheohkkdioofdinbppgpoljap
Descripción The extension for Google Chrome lets you know about new items of Themeforest before anyone else
Tamaño del Archivo 111 KB
Cantidad de Instalaciones 87
Versión Actual 1.1
Última Actualización 2017-05-16
Fecha de Publicación 2017-05-16
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Awedoo Studio
Tipo de Pago free
Sitio Web de la Extensión http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
URL de la Página de Ayuda http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
Idiomas Soportados 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"
}