Quote 24

Load a random quote from Quote24.net

Cos'è Quote 24?

Quote 24 è un'estensione di Chrome sviluppata da https://quote24.net, e la sua funzione principale è "Load a random quote from Quote24.net".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quote 24

Scarica i file di estensione Quote 24 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

                        This extension offer random quotes, that  you can read and share on social networks.

There are thousands of quotes available in Italian and English, organized by category and author.

Also available for Web, Android and Faceboook:

Web: http://www.quote24.net

Android: https://play.google.com/store/search?q=quote24&c=apps

Facebook: https://www.facebook.com/Quote24                    

Informazioni di Base sull'Estensione

Nome Quote 24 Quote 24
ID jbpjollkphneaoibgefchmmgkmonkjcn
URL Ufficiale https://chromewebstore.google.com/detail/quote-24/jbpjollkphneaoibgefchmmgkmonkjcn
Descrizione Load a random quote from Quote24.net
Dimensione del File 190 KB
Conteggio Installazioni 11
Versione Corrente 1.2
Ultimo Aggiornamento 2013-02-04
Data di Pubblicazione 2013-02-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://quote24.net
Tipo di Pagamento free
Sito Web dell'Estensione http://www.quote24.net
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quote 24",
    "description": "Load a random quote from Quote24.net",
    "version": "1.2",
    "permissions": [
        "http:\/\/quote-24.appspot.com\/"
    ],
    "browser_action": {
        "name": "Click to get a random quote",
        "default_icon": "quote24-extension-16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "quote24-extension-48.png",
        "128": "quote24-extension-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}