Git Mining

This extension helps you find more information about the github repository shown in your browser now

Τι είναι το Git Mining;

Το Git Mining είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gitmining.net:30002, και η κύρια λειτουργία του είναι "This extension helps you find more information about the github repository shown in your browser now".

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

screenshot

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

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

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

                        This extension help you learn more about a github repository when you browse one on your browser. It gives you a comparison of the watch count, star count and fork count with other repositories. You can also subscribe the repository for news and comments from some open source community. Besides, the extension shows the language distribution of the repository. We also predict the possibility of getting hot of this repository.                    

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

Όνομα Git Mining Git Mining
ID boodghbjmgggaflofhaakagbjdclnkfa
Επίσημο URL https://chromewebstore.google.com/detail/git-mining/boodghbjmgggaflofhaakagbjdclnkfa
Περιγραφή This extension helps you find more information about the github repository shown in your browser now
Μέγεθος Αρχείου 211 KB
Αριθμός Εγκαταστάσεων 316
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2016-09-13
Ημερομηνία Δημοσίευσης 2016-09-13
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://gitmining.net:30002
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Git Mining",
    "version": "1.1",
    "description": "This extension helps you find more information about the github repository shown in your browser now",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "images\/icon48.png",
            "128": "images\/icon128.png",
            "16": "images\/icon16.png"
        },
        "default_title": "Git Mining",
        "default_popup": "html\/popup.html"
    },
    "author": "Coding Fairy",
    "background": {
        "scripts": [
            "javascript\/background.js",
            "javascript\/jquery-3.1.0.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/github.com\/*\/followers",
                "https:\/\/github.com\/*\/following",
                "https:\/\/github.com\/pulls",
                "https:\/\/github.com\/pulls\/*",
                "https:\/\/github.com\/issues",
                "https:\/\/github.com\/issues\/*",
                "https:\/\/github.com\/security",
                "https:\/\/github.com\/security\/*",
                "https:\/\/github.com\/notifications",
                "https:\/\/github.com\/notifications\/*",
                "https:\/\/github.com\/settings",
                "https:\/\/github.com\/settings\/*",
                "https:\/\/github.com\/showcases",
                "https:\/\/github.com\/showcases\/*",
                "https:\/\/github.com\/integrations",
                "https:\/\/github.com\/integrations\/*",
                "https:\/\/github.com\/trending",
                "https:\/\/github.com\/trending\/*",
                "https:\/\/github.com\/stars",
                "https:\/\/github.com\/stars\/*",
                "https:\/\/github.com\/explore",
                "https:\/\/github.com\/explore\/*",
                "https:\/\/github.com\/personal",
                "https:\/\/github.com\/personal\/*",
                "https:\/\/github.com\/open-source",
                "https:\/\/github.com\/open-source\/*",
                "https:\/\/github.com\/business",
                "https:\/\/github.com\/business\/*",
                "https:\/\/github.com\/pricing",
                "https:\/\/github.com\/pricing\/*",
                "https:\/\/github.com\/blog",
                "https:\/\/github.com\/blog\/*",
                "https:\/\/github.com\/contact",
                "https:\/\/github.com\/contact\/*",
                "https:\/\/github.com\/about",
                "https:\/\/github.com\/about\/*",
                "https:\/\/github.com\/site",
                "https:\/\/github.com\/site\/*",
                "https:\/\/github.com\/search",
                "https:\/\/github.com\/search\/*"
            ],
            "css": [
                "css\/tip_window.css"
            ],
            "js": [
                "javascript\/jquery-3.1.0.min.js",
                "javascript\/bootstrap.min.js",
                "javascript\/content_scripts.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "https:\/\/github.com\/*",
        "http:\/\/114.55.91.100:30002\/*"
    ]
}