Live to Learn

Keep up with the latest from LivetoLearn.in.

Τι είναι το Live to Learn;

Το Live to Learn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.livetolearn.in, και η κύρια λειτουργία του είναι "Keep up with the latest from LivetoLearn.in.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Live to Learn

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

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

                        Stay updated from the latest articles from LivetoLearn.in
Programming | Tips n Tricks | Computers & Internet News | Study Materials | Govt. Jobs - Recruitments | Discussions                    

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

Όνομα Live to Learn Live to Learn
ID empdliehfpamgbgfcidbfpdnegkbfhfa
Επίσημο URL https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa
Περιγραφή Keep up with the latest from LivetoLearn.in.
Μέγεθος Αρχείου 106 KB
Αριθμός Εγκαταστάσεων 31
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2014-05-15
Ημερομηνία Δημοσίευσης 2014-05-15
Προγραμματιστής https://www.livetolearn.in
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.livetolearn.in/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.livetolearn.in/site/contact
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live to Learn",
    "version": "0.0.2",
    "description": "Keep up with the latest from LivetoLearn.in.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/www.livetolearn.in\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/feeds.feedburner.com\/livetolearn\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "LivetoLearn Notifier",
        "default_popup": "popup.html"
    }
}