Quotes Homepage

Get a random motivational or inspirational quote for each new homepage

Was ist Quotes Homepage?

Quotes Homepage ist eine Chrome-Erweiterung, die von Jose Naime entwickelt wurde, und ihr Hauptmerkmal ist "Get a random motivational or inspirational quote for each new homepage".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Quotes Homepage-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quotes Homepage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Quotes Homepage Quotes Homepage
ID abbakcklnbaccfjgpenaaimnkdgdighf
Offizielle URL https://chromewebstore.google.com/detail/quotes-homepage/abbakcklnbaccfjgpenaaimnkdgdighf
Beschreibung Get a random motivational or inspirational quote for each new homepage
Dateigröße 44.88 KB
Installationsanzahl 18
Aktuelle Version 1.1
Letztes Update 2021-08-31
Veröffentlichungsdatum 2021-08-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Jose Naime
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.daily-quotes.xyz
Unterstützte Sprachen 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"
    }
}