Quotes Homepage

Get a random motivational or inspirational quote for each new homepage

Wat is Quotes Homepage?

Quotes Homepage is een Chrome-extensie ontwikkeld door Jose Naime, en de belangrijkste functie is "Get a random motivational or inspirational quote for each new homepage".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Quotes Homepage

Download Quotes Homepage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Quotes Homepage Quotes Homepage
ID abbakcklnbaccfjgpenaaimnkdgdighf
Officiële URL https://chromewebstore.google.com/detail/quotes-homepage/abbakcklnbaccfjgpenaaimnkdgdighf
Beschrijving Get a random motivational or inspirational quote for each new homepage
Bestandsgrootte 44.88 KB
Aantal Installaties 18
Huidige Versie 1.1
Laatst Bijgewerkt 2021-08-31
Publicatiedatum 2021-08-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Jose Naime
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.daily-quotes.xyz
Ondersteunde Talen 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"
    }
}