IMDB (Unofficial)

This is a chrome extension which makes users to get info about a movie right in their browser(chrome)

什麼是IMDB (Unofficial)?

IMDB (Unofficial)是由Sunny Jhunjhunwala開發的Chrome擴展程式,該擴展的主要功能是“This is a chrome extension which makes users to get info about a movie right in their browser(chrome)”。

擴展截圖

screenshot

下載IMDB (Unofficial)擴展crx文件

下載IMDB (Unofficial)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This chrome extension helps you to quickly find more details about movies like Imdb rating, small description etc without the need of going to IMDB.com or leaving your browser tab.

Type movie name and hit enter or click on search to get movie or serial details, incase of movies with same names but different year, accompany the title with year also to target the correct film.

This is not a official product from IMDB and this extension is using OMDB API (http://www.omdbapi.com/).

All content included on this extension, such as text, logos etc are properties of their respective companies.                    

擴展基本資訊

名稱 IMDB (Unofficial) IMDB (Unofficial)
ID jjklpjnbopcmdeleflmpcpjeleccgmlh
官方網址 https://chromewebstore.google.com/detail/imdb-unofficial/jjklpjnbopcmdeleflmpcpjeleccgmlh
簡介 This is a chrome extension which makes users to get info about a movie right in their browser(chrome)
檔案大小 105 KB
安裝次數 89
目前版本 1.2.0
更新時間 2020-02-09
上架時間 2020-02-09
評分 3.33/5 共 3 次評分
開發者 Sunny Jhunjhunwala
付費類型 free
擴展官網 https://sunnyjhunjhunwala.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDB (Unofficial)",
    "description": "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)",
    "version": "1.2.0",
    "permissions": [
        "http:\/\/www.omdbapi.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/imdb.html"
    },
    "icons": {
        "19": "icon.png",
        "48": "icon-medium.png",
        "128": "icon-big.png"
    }
}