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"
    ]
}