Quotes Homepage

Get a random motivational or inspirational quote for each new homepage

Qu'est-ce que Quotes Homepage ?

Quotes Homepage est une extension Chrome développée par Jose Naime, et sa fonction principale est "Get a random motivational or inspirational quote for each new homepage".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Quotes Homepage

Téléchargez les fichiers d'extension Quotes Homepage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Quotes Homepage Quotes Homepage
ID abbakcklnbaccfjgpenaaimnkdgdighf
URL Officiel https://chromewebstore.google.com/detail/quotes-homepage/abbakcklnbaccfjgpenaaimnkdgdighf
Description Get a random motivational or inspirational quote for each new homepage
Taille du Fichier 44.88 KB
Nombre d'Installations 18
Version Actuelle 1.1
Dernière Mise à Jour 2021-08-31
Date de Publication 2021-08-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur Jose Naime
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.daily-quotes.xyz
Langues Prises en Charge 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"
    }
}