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
官方網址 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"
    }
}