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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a small floating wiki globe over movie/actor pages in IMDB that links to equivalent page in Wikipedia (Support 6 languages)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IMDB to Wikipedia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}