ThemeForest - New Items

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

Co je ThemeForest - New Items?

ThemeForest - New Items je rozšíření Chrome vyvinuté Awedoo Studio, a jeho hlavní funkcí je „The extension for Google Chrome lets you know about new items of Themeforest before anyone else“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření ThemeForest - New Items

Stáhněte si soubory rozšíření ThemeForest - New Items ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ThemeForest - New Items ThemeForest - New Items
ID heencnbpheohkkdioofdinbppgpoljap
Oficiální URL https://chrome.google.com/webstore/detail/themeforest-new-items/heencnbpheohkkdioofdinbppgpoljap
Popis The extension for Google Chrome lets you know about new items of Themeforest before anyone else
Velikost souboru 111 KB
Počet instalací 87
Aktuální Verze 1.1
Poslední Aktualizace 2017-05-16
Datum Vydání 2017-05-16
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Awedoo Studio
Typ Platby free
Webové stránky Rozšíření http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
URL Stránky Nápovědy http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
Podporované Jazyky 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"
}