IMDB Focus
This extension automatically focuses the IMDB.com search field as soon as you enter the site
Apa itu IMDB Focus?
IMDB Focus adalah ekstensi Chrome yang dikembangkan oleh mogglas.maps, dan fitur utamanya adalah "This extension automatically focuses the IMDB.com search field as soon as you enter the site".
Unduh Berkas CRX Ekstensi IMDB Focus
Unduh file ekstensi IMDB Focus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | cehmjpipcfgpblpfoejhenelmdcjppgk |
URL Resmi | https://chrome.google.com/webstore/detail/imdb-focus/cehmjpipcfgpblpfoejhenelmdcjppgk |
Deskripsi | This extension automatically focuses the IMDB.com search field as soon as you enter the site |
Ukuran File | 35.01 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-06-13 |
Tanggal Publikasi | 2013-06-13 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | mogglas.maps |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |