Quick Reference

Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…

What is Quick Reference?

Quick Reference is a Chrome extension developed by Parth Panchamia, and its main feature is "Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Quick Reference Extension CRX File

Download Quick Reference extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people. Information shown is retrieved from Freebase, Wikipedia, Google Books, IMDb, Rotten Tomatoes, The TVDB.                    

Extension Basic Information

Name Quick Reference Quick Reference
ID higbpdjdblpmakjkmgchmppbljainbpi
Official URL https://chrome.google.com/webstore/detail/quick-reference/higbpdjdblpmakjkmgchmppbljainbpi
Description Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…
File Size 86.19 KB
Installation Count 130
Current Version 1.0.0.4
Last Updated 2013-09-09
Publish Date 2013-09-09
Rating 5.00/5 Total 1 Ratings
Developer Parth Panchamia
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Reference",
    "version": "1.0.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content_script.min.js"
            ],
            "css": [
                "bootstrap.min.css",
                "jquery-ui.css",
                "custom.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "empty-star.png",
        "half-filled-star.png",
        "filled-star.png"
    ]
}