Harry Potter Quotes

Add some magic to your day with quotes from JK Rowling and her world famous Harry Potter series!

Cos'è Harry Potter Quotes?

Harry Potter Quotes è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Add some magic to your day with quotes from JK Rowling and her world famous Harry Potter series!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Harry Potter Quotes

Scarica i file di estensione Harry Potter Quotes 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

                        Just click on the icon in your Chrome browser to get your quote.                    

Informazioni di Base sull'Estensione

Nome Harry Potter Quotes Harry Potter Quotes
ID daalkhgbfbieaefapmogolgaflalmijb
URL Ufficiale https://chromewebstore.google.com/detail/harry-potter-quotes/daalkhgbfbieaefapmogolgaflalmijb
Descrizione Add some magic to your day with quotes from JK Rowling and her world famous Harry Potter series!
Dimensione del File 277 KB
Conteggio Installazioni 1,387
Versione Corrente 3.0
Ultimo Aggiornamento 2019-06-16
Data di Pubblicazione 2019-06-15
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Harry Potter Quotes",
    "description": "Add some magic to your day with quotes from JK Rowling and her world famous Harry Potter series!",
    "version": "3.0",
    "offline_enabled": true,
    "icons": {
        "48": "logohp.png",
        "128": "logohp.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_icon": "logohp.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}