Reminders of Inspiration

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

O que é Reminders of Inspiration?

Reminders of Inspiration é uma extensão do Chrome desenvolvida por Evy, e sua principal característica é "A new tab page that displays your own custom inspirational quotations and images".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Reminders of Inspiration

Baixe arquivos de extensão Reminders of Inspiration no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Reminders of Inspiration Reminders of Inspiration
ID bfjpeobppojibdjcnccgdpahdcbbmicg
URL Oficial https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg
Descrição A new tab page that displays your own custom inspirational quotations and images
Tamanho do Arquivo 90.26 KB
Contagem de Instalações 141
Versão Atual 1.3
Última Atualização 2017-05-13
Data de Publicação 2017-05-13
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Evy
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}