Knowted

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

Knowted란 무엇입니까?

Knowted은(는) Alvan Caleb Arulandu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Quizlet ➡ Knowt exporter for broke students around the world! 🌎🎓💪"입니다.

확장 프로그램 스크린샷

screenshot

Knowted 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Knowted Knowted
ID cjcoagkcjefgpfdhacodhklenhljfbeo
공식 URL https://chromewebstore.google.com/detail/knowted/cjcoagkcjefgpfdhacodhklenhljfbeo
설명 A Quizlet ➡ Knowt exporter for broke students around the world! 🌎🎓💪
파일 크기 91.28 KB
설치 횟수 422
현재 버전 0.0.1
최근 업데이트 2023-05-19
출시 날짜 2023-05-19
평점 5.00/5 총 6 개의 평점
개발자 Alvan Caleb Arulandu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://knowted.arulandu.com
지원되는 언어 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:\/\/*\/*"
    ]
}