Quizlet Search 2020

Fast and easy way to search quizlet for homework and exam questions.

Quizlet Search 2020란 무엇입니까?

Quizlet Search 2020은(는) http://jsan.codes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast and easy way to search quizlet for homework and exam questions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Quizlet Search 2020 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🔎 Fast and easy way to search quizlet.com for homework and exam questions💯.
The most efficient way to rapidly search for text you have selected. Simply highlight the text with your mouse then right click and select [Search Using Quizlet.com]

🔰https://jsan.codes🔰

✅ This extension does not collect/store or send any data to anyone period. This extension was created to assist 🎓 students in this 📚studies by finding allowing them to search and find information faster so that they can move on to their next assignment📜. Many people have of all ages have started online schooling due to 😷COVID-19. In these times of stress and uncertainty it's imperative that we all use every resource available and maximize the time we have now due to social distancing.

🐞 If you want to report a bug/issue, please use the following site:
📑 https://github.com/jsan-codes/quizlet-search-2020/issues

Alternatively you can use the support section on this site (chrome web store), but I get no notifications about new posts, so I may not notice the message.

Donations:

Some people have asked for ways to make donations to the project. If you want to make a donation you can do so by buying me a coffee: 
😃 http://patreon.com/jsancodes

🎵Music: https://www.bensound.com                    

확장 프로그램 기본 정보

이름 Quizlet Search 2020 Quizlet Search 2020
ID dbnldbkdhjmijphobglnfemlipgfabhd
공식 URL https://chrome.google.com/webstore/detail/quizlet-search-2020/dbnldbkdhjmijphobglnfemlipgfabhd
설명 Fast and easy way to search quizlet for homework and exam questions.
파일 크기 38.02 KB
설치 횟수 442
현재 버전 1.0
최근 업데이트 2020-08-19
출시 날짜 2020-08-19
평점 5.00/5 총 1 개의 평점
개발자 http://jsan.codes
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quizlet Search 2020",
    "version": "1.0",
    "description": "Fast and easy way to search quizlet for homework and exam questions.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "418": "images\/icon418.png"
    },
    "manifest_version": 2
}