Quick Reference

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

什么是Quick Reference?

Quick Reference是由Parth Panchamia开发的Chrome扩展程序,该扩展的主要功能是“Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Quick Reference扩展crx文件

下载Quick Reference扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Quick Reference Quick Reference
ID higbpdjdblpmakjkmgchmppbljainbpi
官方URL https://chrome.google.com/webstore/detail/quick-reference/higbpdjdblpmakjkmgchmppbljainbpi
简介 Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…
文件大小 86.19 KB
安装次数 130
当前版本 1.0.0.4
更新时间 2013-09-09
上架时间 2013-09-09
评分 5.00/5 共1次评分
开发者 Parth Panchamia
付费类型 free
支持的语言 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"
    ]
}