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)"입니다.
확장 프로그램 스크린샷
IMDB (Unofficial) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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) |
ID | jjklpjnbopcmdeleflmpcpjeleccgmlh |
공식 URL | 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" } } |