Live to Learn

Keep up with the latest from LivetoLearn.in.

Co je Live to Learn?

Live to Learn je rozšíření Chrome vyvinuté https://www.livetolearn.in, a jeho hlavní funkcí je „Keep up with the latest from LivetoLearn.in.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Live to Learn

Stáhněte si soubory rozšíření Live to Learn 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í

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

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

Název Live to Learn Live to Learn
ID empdliehfpamgbgfcidbfpdnegkbfhfa
Oficiální URL https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa
Popis Keep up with the latest from LivetoLearn.in.
Velikost souboru 106 KB
Počet instalací 31
Aktuální Verze 0.0.2
Poslední Aktualizace 2014-05-15
Datum Vydání 2014-05-15
Vývojář https://www.livetolearn.in
Typ Platby free
Webové stránky Rozšíření http://www.livetolearn.in/
URL Stránky Nápovědy http://www.livetolearn.in/site/contact
Podporované Jazyky 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"
    }
}