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文件

下载Keep Problems扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}