Study Helper

Get quick, reliable answers to your homework and study questions.

Τι είναι το Study Helper;

Το Study Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Study Helper, και η κύρια λειτουργία του είναι "Get quick, reliable answers to your homework and study questions.".

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

screenshot
screenshot

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

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

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

                        There is no other way to put it, school is hard. Homework is hard. Studying is hard. Because of that, Study Helper is creating a way for you to get all the answers you need as quickly as you can get them. Currently, Study Helper assists in extending the daily access limit to questions posted on brianly.com. Future versions will see more tools and functionalities that allow you to get the most reliable answers when you need them. 


*DISCLAIMERS*
-Study Helper does not condone cheating or plagiarism. All of the answers that Study Helper assists with providing are for studying purposes only. 
-Study Helper is NOT a replacement for the websites that it operates on.                    

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

Όνομα Study Helper Study Helper
ID oimboniilmnjebfjflcijinpglgoifhm
Επίσημο URL https://chrome.google.com/webstore/detail/study-helper/oimboniilmnjebfjflcijinpglgoifhm
Περιγραφή Get quick, reliable answers to your homework and study questions.
Μέγεθος Αρχείου 8.1 KB
Αριθμός Εγκαταστάσεων 427
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-11-11
Ημερομηνία Δημοσίευσης 2020-11-10
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Study Helper
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Study Helper",
    "version": "1.0",
    "description": "Get quick, reliable answers to your homework and study questions.",
    "icons": {
        "128": "studyhelper128.png",
        "48": "studyhelper48.png",
        "16": "studyhelper16.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/brainly.com\/question\/*"
            ],
            "js": [
                "brainly.js"
            ]
        }
    ]
}