IMDB Focus
This extension automatically focuses the IMDB.com search field as soon as you enter the site
Was ist IMDB Focus?
IMDB Focus ist eine Chrome-Erweiterung, die von mogglas.maps entwickelt wurde, und ihr Hauptmerkmal ist "This extension automatically focuses the IMDB.com search field as soon as you enter the site".
IMDB Focus-Erweiterungs-CRX-Datei herunterladen
Laden Sie IMDB Focus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cehmjpipcfgpblpfoejhenelmdcjppgk |
Offizielle URL | https://chrome.google.com/webstore/detail/imdb-focus/cehmjpipcfgpblpfoejhenelmdcjppgk |
Beschreibung | This extension automatically focuses the IMDB.com search field as soon as you enter the site |
Dateigröße | 35.01 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-06-13 |
Veröffentlichungsdatum | 2013-06-13 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | mogglas.maps |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |