Keep Problems

Save problem with link, name, difficulty, code and notes.

Keep Problems란 무엇입니까?

Keep Problems은(는) Nirav Jain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save problem with link, name, difficulty, code and notes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension helps to save and keep track of problems from different platforms(codeforces, codechef, atcoder, leetcode etc.).

Features :

> Add Problem

- Save your problem with link, name, difficulty, tags, code and notes.
- If codeforces problem, then it will fetch name, difficulty and tags.
- For other platforms, it will fetch possible information.
- Add your code and notes in code and notes section.
- Manage your problems in different folders by giving appropriate folder names.

> Import/Export

- Do you share problems with other? If yes, then this feature can be very useful for you.
- Add and filter problems you want to save and click on Export button in navbar. JSON file will be stored on your computer.
- Share this json file with anyone.
- User can Import this problems in other page by providing JSON file, folder name (optional) and tags (optional).

> Sort, Search, Edit, Delete

- Sort by name, date, difficulty in ascending/descending order.
- Search by name, link, difficulty and tags.
- Edit problem data or Delete problem.
- Filter problems by folder.                    

확장 프로그램 기본 정보

이름 Keep Problems Keep Problems
ID bpcgbgiipbblkoajepkmlcdgafnhiamp
공식 URL https://chromewebstore.google.com/detail/keep-problems/bpcgbgiipbblkoajepkmlcdgafnhiamp
설명 Save problem with link, name, difficulty, code and notes.
파일 크기 778 KB
설치 횟수 678
현재 버전 0.1.1
최근 업데이트 2021-06-14
출시 날짜 2021-06-13
평점 4.75/5 총 4 개의 평점
개발자 Nirav Jain
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Keep Problems",
    "description": "Save problem with link, name, difficulty, code and notes.",
    "version": "0.1.1",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_icon": "logo.png",
        "default_title": "Keep Problems",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ]
}