Film Info and Reviews

View complete info and reviews of a film from upto 10 sites of your choice such as Wikipedia, IMDB, RottenTomatoes, Roger Ebert etc

Film Info and Reviews là gì?

Film Info and Reviews là một tiện ích mở rộng Chrome được phát triển bởi http://vigneshwaran.in, và tính năng chính của nó là "View complete info and reviews of a film from upto 10 sites of your choice such as Wikipedia, IMDB, RottenTomatoes, Roger Ebert etc".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Film Info and Reviews

Tải xuống các tệp mở rộng Film Info and Reviews dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Everybody has their own favorite sites to check the information or find reviews about an upcoming, recent or old movie. This extension helps you save your time by loading all your favorite sites in a single click.

Currently 10 sites are supported by default:
1. IMDB...........................................(user reviews, ratings and various info)
2. Wikipedia.....................................(full info and summary)
3. RottenTomatoes............................(critics reviews)
4. Roger Ebert @ suntimes.com.........(Top critic)
5. Flixster.........................................(Ratings, reviews and trailers)
6. Allrovi...........................................(info and reviews)
7. Metacritic.....................................(Reviews and Ratings)
8. Netflix..........................................(Watch online or rent for $$)
9. BoxOfficeMojo..............................(Release and Box office details)
10. MovieReviews.............................(Yet another review site)

(My personal favorites are the top 4)

You can also add any number of your favorite sites in the options page.

Click the icon and type a movie name and hit Enter or Click the Go button.

Alternatively, you can highlight a movie name you found in some page and click the icon.

Click the options panel to expand the list of sites you can enable. Just click the checkbox and it'll be saved until you change next time.


==What's new in Version 2.2==
* Now you can add any number of your own sites in the options page.
* Fixed layout issues.
* Updated Roger Ebert's new site. RIP Roger Ebert. I'll always read your reviews.. :'(

==What's new in Version 2.1==
* Fixed speed issues

==New Feature in Version 2.0==
* Added support for users to add their own favorite site. (eg. a Russian movie site kinopoisk.ru)

Known issues:
Note that this extension depends on Google Search's "I feel lucky" feature to work. It is not always perfect but it improves over time. Sometimes a google page is shown instead of the target site.

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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Film Info and Reviews Film Info and Reviews
ID miajgoaiekedkmjfheebgfgcmjmkphhk
URL Chính Thức https://chrome.google.com/webstore/detail/film-info-and-reviews/miajgoaiekedkmjfheebgfgcmjmkphhk
Mô tả View complete info and reviews of a film from upto 10 sites of your choice such as Wikipedia, IMDB, RottenTomatoes, Roger Ebert etc
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 300
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2013-07-06
Ngày Phát Hành 2013-07-06
Đánh Giá 4.61/5 Tổng số 38 Đánh Giá
Nhà Phát Triển http://vigneshwaran.in
Loại Thanh Toán free
Trang Web Mở Rộng http://vigneshwaran.in
URL Trang Trợ Giúp http://vigneshwaran.in
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-19.png",
        "default_popup": "popup.html",
        "default_title": "Film Info and Reviews"
    },
    "description": "View complete info and reviews of a film from upto 10 sites of your choice such as Wikipedia, IMDB, RottenTomatoes, Roger Ebert etc",
    "icons": {
        "128": "icons\/icon-128.png",
        "19": "icons\/icon-19.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png"
    },
    "name": "Film Info and Reviews",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2",
    "manifest_version": 2
}