pestle+

Study smart with targeted practice by organizing pestle by difficulty, and challenge yourself with timed practice!

Τι είναι το pestle+;

Το pestle+ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ibhereforyou, και η κύρια λειτουργία του είναι "Study smart with targeted practice by organizing pestle by difficulty, and challenge yourself with timed practice!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης pestle+

Λήψη αρχείων επέκτασης pestle+ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Pestle+ enables you to level up your revision by revising for Math SL and HL at an appropriate difficulty, always allowing you to challenge yourself and refine your skills. 

Pestle+ does this by organizing all Math questions by difficulty, which has been identified using a hybrid algorithm that uses Natural Language Processing techniques to analyze IB examiner remarks and combines it with information about the question length and position in the paper. 

You can also challenge yourself with our Timer, that calculates how much time you would have to complete a question during your final IB exams, and allows you to attempt it at varying fractions and multiples (25%, 50%, 75%, 100%, 125%, 150%, 200%) as per your own needs.

Each question also leads you to 10 other Related Questions, which have been identified using subject-specific tags and Natural Language Processing. These questions, tagged by difficulty, allow you to achieve mastery of a sub-topic at your own level and pace.

UPDATE: Now supports Related Questions for Chemistry, Physics, and Biology! 

Note: The pestle+ extension has been developed independently of the pestle website, and not by the original developers. The original developers have the authority to modify or remove access to the pestle website.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα pestle+ pestle+
ID lcpbagfnfnjgmmjegmjbmhbkjedgcioi
Επίσημο URL https://chromewebstore.google.com/detail/pestle+/lcpbagfnfnjgmmjegmjbmhbkjedgcioi
Περιγραφή Study smart with targeted practice by organizing pestle by difficulty, and challenge yourself with timed practice!
Μέγεθος Αρχείου 1.28 MB
Αριθμός Εγκαταστάσεων 945
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-09-23
Ημερομηνία Δημοσίευσης 2022-09-15
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής ibhereforyou
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pestle+",
    "version": "1.0.4",
    "description": "Study smart with targeted practice by organizing pestle by difficulty, and challenge yourself with timed practice!",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "ibhereforyou",
    "permissions": [
        "scripting",
        "activeTab",
        "tabs"
    ],
    "action": {
        "default_title": "pestle+"
    },
    "host_permissions": [
        "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/biology\/topic\/*\/question\/*"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/questionpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/physics\/topic\/*\/question\/*"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/questionpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/chemistry\/topic\/*\/question\/*"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/questionpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/*\/question\/*"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/questionpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math\/topic\/*\/question\/*"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/questionpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/1"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/2"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/3"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/4"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/5"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/6"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/7"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/8"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/9"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math_hl\/topic\/10"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math\/topic\/0"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math\/topic\/1"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math\/topic\/2"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math\/topic\/3"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math\/topic\/4"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math\/topic\/5"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pestle-ib.firebaseapp.com\/math\/topic\/6"
            ],
            "run_at": "document_end",
            "js": [
                "javascript\/topicpage.js",
                "javascript\/jquery-3.3.1.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "json\/math\/questiontextjson.json",
                "javascript\/tex-svg.js",
                "json\/math\/relatedquestions.json",
                "json\/math\/questionscores.json",
                "json\/math\/questiontopics.json",
                "json\/math\/questionpoints.json",
                "images\/playpause1.png",
                "images\/playpause2.png",
                "images\/restart.png",
                "json\/chem\/questionpointsChem.json",
                "json\/chem\/questiontextChem.json",
                "json\/chem\/questiontopicsChem.json",
                "json\/chem\/relatedquestionsChem.json",
                "json\/phys\/questionpointsPhys.json",
                "json\/phys\/questiontextPhys.json",
                "json\/phys\/questiontopicsPhys.json",
                "json\/phys\/relatedquestionsPhys.json",
                "json\/bio\/questionpointsBio.json",
                "json\/bio\/questiontextBio.json",
                "json\/bio\/questiontopicsBio.json",
                "json\/bio\/relatedquestionsBio.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "javascript\/background.js"
    }
}