Keep Problems
Save problem with link, name, difficulty, code and notes.
Keep Problems là gì?
Keep Problems là một tiện ích mở rộng Chrome được phát triển bởi Nirav Jain, và tính năng chính của nó là "Save problem with link, name, difficulty, code and notes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Keep Problems
Tải xuống các tệp mở rộng Keep Problems dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Keep Problems |
ID | bpcgbgiipbblkoajepkmlcdgafnhiamp |
URL Chính Thức | https://chromewebstore.google.com/detail/keep-problems/bpcgbgiipbblkoajepkmlcdgafnhiamp |
Mô tả | Save problem with link, name, difficulty, code and notes. |
Kích Thước Tệp | 778 KB |
Số Lần Cài Đặt | 678 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2021-06-14 |
Ngày Phát Hành | 2021-06-13 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Nirav Jain |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |