Movie Sherlock

Allows you to lookup a movie simply by selecting its name!

Movie Sherlockとは何ですか?

Movie Sherlockはvvvsejvvvによって開発されたChromeの拡張機能で、その主な機能は「Allows you to lookup a movie simply by selecting its name!」です。

拡張機能のスクリーンショット

screenshot

Movie Sherlock拡張機能のCRXファイルをダウンロード

Movie Sherlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Allows you to easily find information and trailers for movies you find on the internet, simply by selecting their name while browsing.

Get information about a movie simply by holding the CTRL key down and selecting the movie name in your browser.

Like wise you can open a new tab with the movies trailer by holding the ALT key down and selecting the movie name in your browser.                    

拡張機能の基本情報

名前 Movie Sherlock Movie Sherlock
ID pkbbleabgnbkmoomlhffcbkegkifngdm
公式URL https://chrome.google.com/webstore/detail/movie-sherlock/pkbbleabgnbkmoomlhffcbkegkifngdm
説明 Allows you to lookup a movie simply by selecting its name!
ファイルサイズ 94.92 KB
インストール数 51
現在のバージョン 1.0
最終更新日 2014-12-07
公開日 2014-12-07
評価 5.00/5 合計 3 レビュー
開発者 vvvsejvvv
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Movie Sherlock",
    "description": "Allows you to lookup a movie simply by selecting its name!",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}