fluany

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

什麼是fluany?

fluany是由https://www.fluany.com開發的Chrome擴展程式,該擴展的主要功能是“Fluany is a flashcards platform that helps you memorize and study anything. Quickly and easily while you do your work.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載fluany擴展crx文件

下載fluany擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 fluany fluany
ID gijlnmefafhloacckomgabbndcepdnce
官方網址 https://chromewebstore.google.com/detail/fluany/gijlnmefafhloacckomgabbndcepdnce
簡介 Fluany is a flashcards platform that helps you memorize and study anything. Quickly and easily while you do your work.
檔案大小 444 KB
安裝次數 10,000
目前版本 3.1.2
更新時間 2024-01-10
上架時間 2018-06-01
評分 3.35/5 共 95 次評分
開發者 https://www.fluany.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fluany.com/
說明頁面URL https://fluany.com/help/
隱私政策頁面URL https://www.fluany.com/privacy-policy
支援的語言 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"
            ]
        }
    ]
}