ThemeForest - New Items

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

Co to jest ThemeForest - New Items?

ThemeForest - New Items to rozszerzenie Chrome opracowane przez Awedoo Studio, a jego główną funkcją jest „The extension for Google Chrome lets you know about new items of Themeforest before anyone else”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia ThemeForest - New Items

Pobierz pliki rozszerzeń ThemeForest - New Items w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ThemeForest - New Items ThemeForest - New Items
ID heencnbpheohkkdioofdinbppgpoljap
Oficjalny URL https://chrome.google.com/webstore/detail/themeforest-new-items/heencnbpheohkkdioofdinbppgpoljap
Opis The extension for Google Chrome lets you know about new items of Themeforest before anyone else
Rozmiar pliku 111 KB
Liczba instalacji 87
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-05-16
Data Publikacji 2017-05-16
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Awedoo Studio
Typ Płatności free
Strona Rozszerzenia http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
Adres URL Strony Pomocy http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
Obsługiwane Języki 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"
}