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"
    ]
}