The Startup Journal

Be the first to be notified when we cover some best startups in India on The Startup Journal.

Τι είναι το The Startup Journal;

Το The Startup Journal είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.thestartupjournal.com, και η κύρια λειτουργία του είναι "Be the first to be notified when we cover some best startups in India on The Startup Journal.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης The Startup Journal

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

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

                                            

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

Όνομα The Startup Journal The Startup Journal
ID chhinifmhhfcgjdncaelnbnnckiihhfm
Επίσημο URL https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm
Περιγραφή Be the first to be notified when we cover some best startups in India on The Startup Journal.
Μέγεθος Αρχείου 97.66 KB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-08-03
Ημερομηνία Δημοσίευσης 2015-08-01
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής http://www.thestartupjournal.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.thestartupjournal.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}