Rock Hand

Shows a rock hand cursor instead of the normal hand cursor on links.

Τι είναι το Rock Hand;

Το Rock Hand είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον eithe, και η κύρια λειτουργία του είναι "Shows a rock hand cursor instead of the normal hand cursor on links.".

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

screenshot
screenshot
screenshot

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

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

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

                        ***
PS: The rock hand cursor extension is disabled on chrome web store pages (where you probably are now), so after installing go to another page to make this extension rock your world.
***

Make Chrome rock with this extension that replaces the normal hand/pointer cursor with a hand doing the rock'n'roll sign!

Update: Version 1.1.0 should make the rock hand cursor display on many more pages, sorry for not fixing this before!

To uninstall/disable click the settings icon (looks like a wrench) in Chrome and choose Tools -> Extensions. Find Rock Hand and click Disable or Uninstall.

***

PS #2: Rock Hand needs the "Your data on all websites" permission, but it doesn't actually read any data from the websites you visit. It's just needed so I can insert the rock hand cursor on all pages.                    

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

Όνομα Rock Hand Rock Hand
ID ledmjlnkdlappilhaaihfhanlpdjjalm
Επίσημο URL https://chromewebstore.google.com/detail/rock-hand/ledmjlnkdlappilhaaihfhanlpdjjalm
Περιγραφή Shows a rock hand cursor instead of the normal hand cursor on links.
Μέγεθος Αρχείου 41.98 KB
Αριθμός Εγκαταστάσεων 6,266
Τρέχουσα Έκδοση 1.1.4
Τελευταία Ενημέρωση 2013-08-26
Ημερομηνία Δημοσίευσης 2013-08-26
Αξιολόγηση 3.71/5 Συνολικά 284 Αξιολογήσεις
Προγραμματιστής eithe
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://eiathenerd.com/rock-hand-chrome-extension/
Διεύθυνση URL της Σελίδας Βοήθειας http://eiathenerd.com/rock-hand-chrome-extension/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "js.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Shows a rock hand cursor instead of the normal hand cursor on links.",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "name": "Rock Hand",
    "version": "1.1.4",
    "web_accessible_resources": [
        "rockhand.png"
    ]
}