fluany

Fluany is a flashcards platform that helps you memorize and study anything. Quickly and easily while you do your work.

Cos'è fluany?

fluany è un'estensione di Chrome sviluppata da https://www.fluany.com, e la sua funzione principale è "Fluany is a flashcards platform that helps you memorize and study anything. Quickly and easily while you do your work.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione fluany

Scarica i file di estensione fluany 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

                        Fluany is a flashcards platform to memorize and study anything, fast and easy while you're surfing the Internet. With our extension, you have an incredible tool to improve your learning and consolidate your knowledge quickly and efficiently. With a minimalist and easy-to-use interface, fluany displays your flashcards in a New Tab, making your study more dynamic and interactive.

You can learn a lot while you work, or spend hours on social networks. Create your study lists, customize, add questions, terms or expressions you want to memorize, choosing the interval at which a question/term should appear for you. Friendly and intuitive interface. Start practicing in a few clicks.

Your time is precious and with fluany, you can study while you work, talk with your friends or even watching videos. The fluany enters into your routine forcing your mind to learn.

Join over 100K students using https://fluany.com                    

Informazioni di Base sull'Estensione

Nome fluany fluany
ID gijlnmefafhloacckomgabbndcepdnce
URL Ufficiale https://chromewebstore.google.com/detail/fluany/gijlnmefafhloacckomgabbndcepdnce
Descrizione Fluany is a flashcards platform that helps you memorize and study anything. Quickly and easily while you do your work.
Dimensione del File 444 KB
Conteggio Installazioni 10,000
Versione Corrente 3.1.2
Ultimo Aggiornamento 2024-01-10
Data di Pubblicazione 2018-06-01
Valutazione 3.35/5 Totale 95 Valutazioni
Sviluppatore https://www.fluany.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fluany.com/
URL della Pagina di Aiuto https://fluany.com/help/
URL della Pagina della Politica sulla Privacy https://www.fluany.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Fluany is a flashcards platform that helps you memorize and study anything. Quickly and easily while you do your work.",
    "version": "3.1.2",
    "manifest_version": 3,
    "name": "fluany",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "scripting",
        "http:\/\/*\/",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ]
}