Inspire

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

Was ist Inspire?

Inspire ist eine Chrome-Erweiterung, die von https://tsangraymond.com entwickelt wurde, und ihr Hauptmerkmal ist "Brings you daily inspiration quote, and curated photos, when you open a new tab similar to Momentum and Infinity.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Inspire-Erweiterungs-CRX-Datei herunterladen

Laden Sie Inspire-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Inspire Inspire
ID hhanbppnbjddoigicljdfiejdfgokemo
Offizielle URL https://chromewebstore.google.com/detail/inspire/hhanbppnbjddoigicljdfiejdfgokemo
Beschreibung Brings you daily inspiration quote, and curated photos, when you open a new tab similar to Momentum and Infinity.
Dateigröße 532 KB
Installationsanzahl 153
Aktuelle Version 0.1.0.8
Letztes Update 2021-05-24
Veröffentlichungsdatum 2019-01-12
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler https://tsangraymond.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://tsangraymond.com
Unterstützte Sprachen 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
}