Hide and Seek

Add the ability to remember completes files to a github pr.

Τι είναι το Hide and Seek;

Το Hide and Seek είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον roush.kyle, και η κύρια λειτουργία του είναι "Add the ability to remember completes files to a github pr.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hide and Seek

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

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

                        This a tool to help make pull request easier.

It helps by letting you "complete" files.
* This will automatically hide the file
* When you revisit the page it will keep your completed files hidden
* However if there are changes to the file it will "uncomplete" the file and add a thinking emoji

You can also report bar of how much you have completed with your other diffstats


You can share your completion percentage with others when you submit a review to a PR                    

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

Όνομα Hide and Seek Hide and Seek
ID kfkehjgecfpkpknedlgjknlgcaeeekmo
Επίσημο URL https://chromewebstore.google.com/detail/hide-and-seek/kfkehjgecfpkpknedlgjknlgcaeeekmo
Περιγραφή Add the ability to remember completes files to a github pr.
Μέγεθος Αρχείου 73.37 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 1.13.2
Τελευταία Ενημέρωση 2018-08-22
Ημερομηνία Δημοσίευσης 2018-08-22
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής roush.kyle
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/kyleroush/PR-Hide-And-Seek
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/kyleroush/PR-Hide-And-Seek
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Add the ability to remember completes files to a github pr.",
    "manifest_version": 2,
    "name": "Hide and Seek",
    "version": "1.13.2",
    "homepage_url": "https:\/\/github.com\/kyleroush\/PR-Hide-And-Seek\/",
    "icons": {
        "48": "logos\/PrPenguin48.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/PRUtils.js",
                "scripts\/Comments.js",
                "scripts\/DataStorage.js",
                "scripts\/GithubRestApi.js",
                "scripts\/HideAndSeek.js",
                "StartUp.js"
            ]
        }
    ]
}