Quotes Homepage

Get a random motivational or inspirational quote for each new homepage

Cos'è Quotes Homepage?

Quotes Homepage è un'estensione di Chrome sviluppata da Jose Naime, e la sua funzione principale è "Get a random motivational or inspirational quote for each new homepage".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quotes Homepage

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

                        If you want to get motivated or inspired on each new tab, Quotes Homepage will help you with it; our database contains more than 150 random quotes from a wide selection of authors. You can customize the homepage to make it more personal by changing the highlight color and font.

Quotes Homepage it's completely FREE, as it doesn't contain any subscription or extra payment (btw, it doesn't have any Ads). That's why any small donation it's completely grateful.

Support the project !
https://www.buymeacoffee.com/JoseNaime                    

Informazioni di Base sull'Estensione

Nome Quotes Homepage Quotes Homepage
ID abbakcklnbaccfjgpenaaimnkdgdighf
URL Ufficiale https://chromewebstore.google.com/detail/quotes-homepage/abbakcklnbaccfjgpenaaimnkdgdighf
Descrizione Get a random motivational or inspirational quote for each new homepage
Dimensione del File 44.88 KB
Conteggio Installazioni 18
Versione Corrente 1.1
Ultimo Aggiornamento 2021-08-31
Data di Pubblicazione 2021-08-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Jose Naime
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.daily-quotes.xyz
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotes Homepage",
    "description": "Get a random motivational or inspirational quote for each new homepage",
    "author": "Jose Naime",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "Quotes16.png",
        "48": "Quotes48.png",
        "128": "Quotes128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/kit.fontawesome.com https:\/\/cse.google.com\/cse.js; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_popup": "Popup\/popup.html"
    }
}