Inspire

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

What is Inspire?

Inspire is a Chrome extension developed by https://tsangraymond.com, and its main feature is "Brings you daily inspiration quote, and curated photos, when you open a new tab similar to Momentum and Infinity.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Inspire Extension CRX File

Download Inspire extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Inspire Inspire
ID hhanbppnbjddoigicljdfiejdfgokemo
Official URL https://chromewebstore.google.com/detail/inspire/hhanbppnbjddoigicljdfiejdfgokemo
Description Brings you daily inspiration quote, and curated photos, when you open a new tab similar to Momentum and Infinity.
File Size 532 KB
Installation Count 153
Current Version 0.1.0.8
Last Updated 2021-05-24
Publish Date 2019-01-12
Rating 4.00/5 Total 2 Ratings
Developer https://tsangraymond.com
Email [email protected]
Payment Type free
Extension Website http://tsangraymond.com
Supported Languages 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
}