ThemeForest - New Items

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

Cos'è ThemeForest - New Items?

ThemeForest - New Items è un'estensione di Chrome sviluppata da Awedoo Studio, e la sua funzione principale è "The extension for Google Chrome lets you know about new items of Themeforest before anyone else".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ThemeForest - New Items

Scarica i file di estensione ThemeForest - New Items in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ThemeForest - New Items ThemeForest - New Items
ID heencnbpheohkkdioofdinbppgpoljap
URL Ufficiale https://chrome.google.com/webstore/detail/themeforest-new-items/heencnbpheohkkdioofdinbppgpoljap
Descrizione The extension for Google Chrome lets you know about new items of Themeforest before anyone else
Dimensione del File 111 KB
Conteggio Installazioni 87
Versione Corrente 1.1
Ultimo Aggiornamento 2017-05-16
Data di Pubblicazione 2017-05-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Awedoo Studio
Tipo di Pagamento free
Sito Web dell'Estensione http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
URL della Pagina di Aiuto http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
Lingue Supportate 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"
}