Inspire

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

什麼是Inspire?

Inspire是由https://tsangraymond.com開發的Chrome擴展程式,該擴展的主要功能是“Brings you daily inspiration quote, and curated photos, when you open a new tab similar to Momentum and Infinity.”。

擴展截圖

screenshot
screenshot
screenshot

下載Inspire擴展crx文件

下載Inspire擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Inspire Inspire
ID hhanbppnbjddoigicljdfiejdfgokemo
官方網址 https://chromewebstore.google.com/detail/inspire/hhanbppnbjddoigicljdfiejdfgokemo
簡介 Brings you daily inspiration quote, and curated photos, when you open a new tab similar to Momentum and Infinity.
檔案大小 532 KB
安裝次數 153
目前版本 0.1.0.8
更新時間 2021-05-24
上架時間 2019-01-12
評分 4.00/5 共 2 次評分
開發者 https://tsangraymond.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://tsangraymond.com
支援的語言 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
}