Quick Reference

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

Apa itu Quick Reference?

Quick Reference adalah ekstensi Chrome yang dikembangkan oleh Parth Panchamia, dan fitur utamanya adalah "Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Quick Reference

Unduh file ekstensi Quick Reference dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Quick Reference Quick Reference
ID higbpdjdblpmakjkmgchmppbljainbpi
URL Resmi https://chrome.google.com/webstore/detail/quick-reference/higbpdjdblpmakjkmgchmppbljainbpi
Deskripsi Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…
Ukuran File 86.19 KB
Jumlah Instalasi 130
Versi Saat Ini 1.0.0.4
Terakhir Diperbarui 2013-09-09
Tanggal Publikasi 2013-09-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Parth Panchamia
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}