Reminders of Inspiration

A new tab page that displays your own custom inspirational quotations and images

什么是Reminders of Inspiration?

Reminders of Inspiration是由Evy开发的Chrome扩展程序,该扩展的主要功能是“A new tab page that displays your own custom inspirational quotations and images”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Reminders of Inspiration扩展crx文件

下载Reminders of Inspiration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When you see a quote/photo or your friend says something wise, and you want to remember to think about it again every so often, you can add it to this little chrome extension!

Add your own custom content, and whenever you open a new tab, it will display one of them.

--

you can star/fork me on GitHub: https://github.com/evykassirer/reminders-of-inspiration                    

扩展基本信息

名称 Reminders of Inspiration Reminders of Inspiration
ID bfjpeobppojibdjcnccgdpahdcbbmicg
官方URL https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg
简介 A new tab page that displays your own custom inspirational quotations and images
文件大小 90.26 KB
安装次数 141
当前版本 1.3
更新时间 2017-05-13
上架时间 2017-05-13
评分 5.00/5 共9次评分
开发者 Evy
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminders of Inspiration",
    "short_name": "Reminders",
    "description": "A new tab page that displays your own custom inspirational quotations and images",
    "version": "1.3",
    "icons": {
        "128": "bulb.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ]
}