Inspire

Brings you daily inspiration quote, and curated photos, when you open a new tab similar to Momentum and Infinity.

Cos'è Inspire?

Inspire è un'estensione di Chrome sviluppata da https://tsangraymond.com, e la sua funzione principale è "Brings you daily inspiration quote, and curated photos, when you open a new tab similar to Momentum and Infinity.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Inspire

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

                        Inspire extension brings you daily inspirational quote, beautiful curated photo, weather based on your location and a interesting "on this day" fact.  

This extension is inspired by unsplash.com and momentum extension.

- Raymond                    

Informazioni di Base sull'Estensione

Nome Inspire Inspire
ID hhanbppnbjddoigicljdfiejdfgokemo
URL Ufficiale https://chromewebstore.google.com/detail/inspire/hhanbppnbjddoigicljdfiejdfgokemo
Descrizione Brings you daily inspiration quote, and curated photos, when you open a new tab similar to Momentum and Infinity.
Dimensione del File 532 KB
Conteggio Installazioni 153
Versione Corrente 0.1.0.8
Ultimo Aggiornamento 2021-05-24
Data di Pubblicazione 2019-01-12
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://tsangraymond.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://tsangraymond.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspire",
    "short_name": "Inspire",
    "version": "0.1.0.8",
    "description": "Brings you daily inspiration quote, and curated photos, when you open a new tab similar to Momentum and Infinity.",
    "homepage_url": "http:\/\/tsangraymond.com",
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "incognito": "split",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "inspire.html"
    },
    "permissions": [
        "geolocation",
        ""
    ],
    "manifest_version": 2
}