Feed Learn

FeedLearn helps you learn vocabulary by showing you quizzes as you browse your Facebook feed

Cos'è Feed Learn?

Feed Learn è un'estensione di Chrome sviluppata da https://feedlearn.herokuapp.com, e la sua funzione principale è "FeedLearn helps you learn vocabulary by showing you quizzes as you browse your Facebook feed".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Feed Learn

Scarica i file di estensione Feed Learn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        FeedLearn helps you learn Japanese vocabulary as you browse your Facebook feed by showing you quizzes as you browse your Facebook feed. Please login at https://feedlearn.herokuapp.com/study1 and do the pre-test for week 1 vocabulary after installing.                    

Informazioni di Base sull'Estensione

Nome Feed Learn Feed Learn
ID ebmjdfhplinmlajmdcmhkikideknlgkf
URL Ufficiale https://chromewebstore.google.com/detail/feed-learn/ebmjdfhplinmlajmdcmhkikideknlgkf
Descrizione FeedLearn helps you learn vocabulary by showing you quizzes as you browse your Facebook feed
Dimensione del File 46 KB
Conteggio Installazioni 14
Versione Corrente 1.18
Ultimo Aggiornamento 2015-09-16
Data di Pubblicazione 2015-09-16
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore https://feedlearn.herokuapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://feedlearn.herokuapp.com/
URL della Pagina di Aiuto https://feedlearn.herokuapp.com/
URL della Pagina della Politica sulla Privacy https://github.com/habitlab/habitlab/wiki/Privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feed Learn",
    "short_name": "feedlearn",
    "description": "FeedLearn helps you learn vocabulary by showing you quizzes as you browse your Facebook feed",
    "version": "1.18",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "cookies",
        "http:\/\/facebook.com\/*",
        "https:\/\/facebook.com\/*",
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "http:\/\/feedlearn.herokuapp.com\/*",
        "https:\/\/feedlearn.herokuapp.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "baseurl.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-1.11.1.min.js",
                "jquery.isinview.js",
                "baseurl.js",
                "feedlearn.js"
            ],
            "matches": [
                "http:\/\/facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "jquery-1.11.1.min.js",
                "feedlearninstalled.js"
            ],
            "matches": [
                "http:\/\/feedlearn.herokuapp.com\/study1",
                "https:\/\/feedlearn.herokuapp.com\/study1"
            ],
            "run_at": "document_end"
        }
    ]
}