ThemeForest - New Items

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

Qu'est-ce que ThemeForest - New Items ?

ThemeForest - New Items est une extension Chrome développée par Awedoo Studio, et sa fonction principale est "The extension for Google Chrome lets you know about new items of Themeforest before anyone else".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ThemeForest - New Items

Téléchargez les fichiers d'extension ThemeForest - New Items au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ThemeForest - New Items ThemeForest - New Items
ID heencnbpheohkkdioofdinbppgpoljap
URL Officiel https://chrome.google.com/webstore/detail/themeforest-new-items/heencnbpheohkkdioofdinbppgpoljap
Description The extension for Google Chrome lets you know about new items of Themeforest before anyone else
Taille du Fichier 111 KB
Nombre d'Installations 87
Version Actuelle 1.1
Dernière Mise à Jour 2017-05-16
Date de Publication 2017-05-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur Awedoo Studio
Type de Paiement free
Site Web de l'Extension http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
URL de la Page d'Aide http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
Langues Prises en Charge 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"
}