Reminders of Inspiration

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

Apa itu Reminders of Inspiration?

Reminders of Inspiration adalah ekstensi Chrome yang dikembangkan oleh Evy, dan fitur utamanya adalah "A new tab page that displays your own custom inspirational quotations and images".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Reminders of Inspiration

Unduh file ekstensi Reminders of Inspiration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Reminders of Inspiration Reminders of Inspiration
ID bfjpeobppojibdjcnccgdpahdcbbmicg
URL Resmi https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg
Deskripsi A new tab page that displays your own custom inspirational quotations and images
Ukuran File 90.26 KB
Jumlah Instalasi 141
Versi Saat Ini 1.3
Terakhir Diperbarui 2017-05-13
Tanggal Publikasi 2017-05-13
Penilaian 5.00/5 Total 9 Penilaian
Pengembang Evy
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}