IMDB Focus
This extension automatically focuses the IMDB.com search field as soon as you enter the site
Τι είναι το IMDB Focus;
Το IMDB Focus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mogglas.maps, και η κύρια λειτουργία του είναι "This extension automatically focuses the IMDB.com search field as soon as you enter the site".
Λήψη αρχείου CRX της επέκτασης IMDB Focus
Λήψη αρχείων επέκτασης IMDB Focus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is just a one line js chrome extension, but it solves a big pet peeve of mine. It automatically focuses the search field when entering the IMDB.com site. 99.9 times out of a 100 i enter IMDB.com with the intention of searching for a specific actor, TV-series or movie. This extension is for all of you that, like me, don't feel like moving your hands away from the keyboard and using the mouse just to click that annoying search field to activate it.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cehmjpipcfgpblpfoejhenelmdcjppgk |
Επίσημο URL | https://chrome.google.com/webstore/detail/imdb-focus/cehmjpipcfgpblpfoejhenelmdcjppgk |
Περιγραφή | This extension automatically focuses the IMDB.com search field as soon as you enter the site |
Μέγεθος Αρχείου | 35.01 KB |
Αριθμός Εγκαταστάσεων | 15 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2013-06-13 |
Ημερομηνία Δημοσίευσης | 2013-06-13 |
Αξιολόγηση | 4.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | mogglas.maps |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDB Focus", "description": "This extension automatically focuses the IMDB.com search field as soon as you enter the site", "version": "1.0", "permissions": [ "http:\/\/www.imdb.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.imdb.com\/" ], "js": [ "jquery.js", "focus.js" ] } ] } |