Where's the Cheese?

Tracking your mouse's movement

Τι είναι το Where's the Cheese?;

Το Where's the Cheese? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Channing Pear, και η κύρια λειτουργία του είναι "Tracking your mouse's movement".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Where's the Cheese?

Λήψη αρχείων επέκτασης Where's the Cheese? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                                            

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

Όνομα Where's the Cheese? Where's the Cheese?
ID imgocdfblfikpclhdddnnpcogmndegog
Επίσημο URL https://chrome.google.com/webstore/detail/wheres-the-cheese/imgocdfblfikpclhdddnnpcogmndegog
Περιγραφή Tracking your mouse's movement
Μέγεθος Αρχείου 3.77 MB
Αριθμός Εγκαταστάσεων 206
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2015-10-10
Ημερομηνία Δημοσίευσης 2015-10-10
Αξιολόγηση 4.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Channing Pear
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Where's the Cheese?",
    "description": "Tracking your mouse's movement",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery-1.11.2.js",
                "scripts\/page_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "\/images\/icon128.png"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}