Keep Problems

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

Qu'est-ce que Keep Problems ?

Keep Problems est une extension Chrome développée par Nirav Jain, et sa fonction principale est "Save problem with link, name, difficulty, code and notes.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Keep Problems

Téléchargez les fichiers d'extension Keep Problems au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Keep Problems Keep Problems
ID bpcgbgiipbblkoajepkmlcdgafnhiamp
URL Officiel https://chromewebstore.google.com/detail/keep-problems/bpcgbgiipbblkoajepkmlcdgafnhiamp
Description Save problem with link, name, difficulty, code and notes.
Taille du Fichier 778 KB
Nombre d'Installations 678
Version Actuelle 0.1.1
Dernière Mise à Jour 2021-06-14
Date de Publication 2021-06-13
Évaluation 4.75/5 Total 4 Évaluations
Développeur Nirav Jain
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}