Quick Reference

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

Cos'è Quick Reference?

Quick Reference è un'estensione di Chrome sviluppata da Parth Panchamia, e la sua funzione principale è "Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quick Reference

Scarica i file di estensione Quick Reference in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quick Reference Quick Reference
ID higbpdjdblpmakjkmgchmppbljainbpi
URL Ufficiale https://chrome.google.com/webstore/detail/quick-reference/higbpdjdblpmakjkmgchmppbljainbpi
Descrizione Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…
Dimensione del File 86.19 KB
Conteggio Installazioni 130
Versione Corrente 1.0.0.4
Ultimo Aggiornamento 2013-09-09
Data di Pubblicazione 2013-09-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Parth Panchamia
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}