IMDB to Wikipedia
Displays a small floating wiki globe over movie/actor pages in IMDB that links to equivalent page in Wikipedia (Support 6 languages)
IMDB to Wikipedia란 무엇입니까?
IMDB to Wikipedia은(는) https://vigneshwaran.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays a small floating wiki globe over movie/actor pages in IMDB that links to equivalent page in Wikipedia (Support 6 languages)"입니다.
확장 프로그램 스크린샷
IMDB to Wikipedia 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"View Wikipedia entry of a Movie or a Person in a single click from IMDB" After installing, this extension will automatically display a small floating Wikipedia globe icon over the IMDB pages on Movies and Celebrities that takes you to the equivalent movie or celebrity page/article in Wikipedia in a single click. (ps. Whether you're viewing a "Ed Wood" movie page or celebrity page in IMDB, it'll land you on the appropriate page in Wikipedia.) It is very simple. No separate browser buttons. Appears only when you go to IMDB website. It works on all IMDB domains in other languages such as German, Italian, Spanish, French and Portugal. It opens up the Wikipedia article in that language. If you like this extension, please tell your friends or blog about it. If you don't like, please leave a feedback on what to improve. Rate it based on your satisfaction. Thanks.
확장 프로그램 기본 정보
이름 | IMDB to Wikipedia |
ID | fhgdfloiknhbpdagdbjogpjijbeolkmk |
공식 URL | https://chromewebstore.google.com/detail/imdb-to-wikipedia/fhgdfloiknhbpdagdbjogpjijbeolkmk |
설명 | Displays a small floating wiki globe over movie/actor pages in IMDB that links to equivalent page in Wikipedia (Support 6 languages) |
파일 크기 | 33.86 KB |
설치 횟수 | 188 |
현재 버전 | 1.3 |
최근 업데이트 | 2012-10-21 |
출시 날짜 | 2012-10-21 |
평점 | 4.17/5 총 6 개의 평점 |
개발자 | https://vigneshwaran.in |
결제 유형 | free |
도움말 페이지 URL | http://vigneshwaranr.users.sf.net |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "images\/wiki16.png", "images\/wiki48.png", "images\/wiki128.png" ], "content_scripts": [ { "css": [ "extensionstyle.css" ], "js": [ "movie.js" ], "matches": [ "http:\/\/*.imdb.com\/title\/tt*", "http:\/\/*.imdb.de\/title\/tt*", "http:\/\/*.imdb.it\/title\/tt*", "http:\/\/*.imdb.es\/title\/tt*", "http:\/\/*.imdb.fr\/title\/tt*", "http:\/\/*.imdb.pt\/title\/tt*" ] }, { "css": [ "extensionstyle.css" ], "js": [ "actor.js" ], "matches": [ "http:\/\/*.imdb.com\/name\/nm*", "http:\/\/*.imdb.de\/name\/nm*", "http:\/\/*.imdb.it\/name\/nm*", "http:\/\/*.imdb.es\/name\/nm*", "http:\/\/*.imdb.fr\/name\/nm*", "http:\/\/*.imdb.pt\/name\/nm*" ] } ], "description": "Displays a small floating wiki globe over movie\/actor pages in IMDB that links to equivalent page in Wikipedia (Support 6 languages)", "homepage_url": "http:\/\/vigneshwaranr.users.sourceforge.net", "icons": { "128": "images\/wiki128.png", "16": "images\/wiki16.png", "48": "images\/wiki48.png" }, "name": "IMDB to Wikipedia", "page_action": { "default_icon": "images\/wiki16.png", "default_title": "IMDB to Wikipedia" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3" } |