Knowted

A Quizlet ➡ Knowt exporter for broke students around the world! 🌎🎓💪

Was ist Knowted?

Knowted ist eine Chrome-Erweiterung, die von Alvan Caleb Arulandu entwickelt wurde, und ihr Hauptmerkmal ist "A Quizlet ➡ Knowt exporter for broke students around the world! 🌎🎓💪".

Erweiterungsscreenshots

screenshot

Knowted-Erweiterungs-CRX-Datei herunterladen

Laden Sie Knowted-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A Quizlet ➡ Knowt exporter for broke students around the world! 🎓🌎

Knowted allows students to quickly export quizlet.com study sets into knowt.io for free, efficient studying. 

Steps to Success:
1. Navigate to your Quizlet set of interest.
2. Click on the extension icon and click Copy to Clipboard.
3. Navigate to your Knowt.io account and click the plus in the bottom-right corner to create a set.
4. Click import from Quizlet. Paste. Click create.
5. Screw Quizlet...you now have a Knowt.io set! 💪

Learn more about Knowted at https://knowted.arulandu.com

By installing this extension, you agree to the Knowt Terms of Service and Privacy Policy at https://knowted.arulandu.com/privacy.                    

Grundlegende Informationen zur Erweiterung

Name Knowted Knowted
ID cjcoagkcjefgpfdhacodhklenhljfbeo
Offizielle URL https://chromewebstore.google.com/detail/knowted/cjcoagkcjefgpfdhacodhklenhljfbeo
Beschreibung A Quizlet ➡ Knowt exporter for broke students around the world! 🌎🎓💪
Dateigröße 91.28 KB
Installationsanzahl 422
Aktuelle Version 0.0.1
Letztes Update 2023-05-19
Veröffentlichungsdatum 2023-05-19
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Alvan Caleb Arulandu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://knowted.arulandu.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.754a7afc.png",
        "32": "icon32.plasmo.1b596b7f.png",
        "48": "icon48.plasmo.9c45e82d.png",
        "64": "icon64.plasmo.696cf0ec.png",
        "128": "icon128.plasmo.f5004619.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.754a7afc.png",
            "32": "icon32.plasmo.1b596b7f.png",
            "48": "icon48.plasmo.9c45e82d.png",
            "64": "icon64.plasmo.696cf0ec.png",
            "128": "icon128.plasmo.f5004619.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.1",
    "author": "Alvan Caleb Arulandu ",
    "name": "Knowted",
    "description": "A Quizlet \u27a1 Knowt exporter for broke students around the world! \ud83c\udf0e\ud83c\udf93\ud83d\udcaa",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "exporter.3606c46a.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}