ThemeForest - New Items

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

Τι είναι το ThemeForest - New Items;

Το ThemeForest - New Items είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Awedoo Studio, και η κύρια λειτουργία του είναι "The extension for Google Chrome lets you know about new items of Themeforest before anyone else".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ThemeForest - New Items

Λήψη αρχείων επέκτασης ThemeForest - New Items σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ThemeForest - New Items ThemeForest - New Items
ID heencnbpheohkkdioofdinbppgpoljap
Επίσημο URL https://chrome.google.com/webstore/detail/themeforest-new-items/heencnbpheohkkdioofdinbppgpoljap
Περιγραφή The extension for Google Chrome lets you know about new items of Themeforest before anyone else
Μέγεθος Αρχείου 111 KB
Αριθμός Εγκαταστάσεων 87
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2017-05-16
Ημερομηνία Δημοσίευσης 2017-05-16
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Awedoo Studio
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
Διεύθυνση URL της Σελίδας Βοήθειας http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
Υποστηριζόμενες Γλώσσες 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"
}