IMDB Focus
This extension automatically focuses the IMDB.com search field as soon as you enter the site
IMDB Focusとは何ですか?
IMDB Focusはmogglas.mapsによって開発されたChromeの拡張機能で、その主な機能は「This extension automatically focuses the IMDB.com search field as soon as you enter the site」です。
IMDB Focus拡張機能のCRXファイルをダウンロード
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" ] } ] } |