New Tab Custom Quote

New motivational quote in every new tab. Or set your own quote

O que é New Tab Custom Quote?

New Tab Custom Quote é uma extensão do Chrome desenvolvida por Cheenu Khurana, e sua principal característica é "New motivational quote in every new tab. Or set your own quote".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão New Tab Custom Quote

Baixe arquivos de extensão New Tab Custom Quote 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

                        On opening a new tab, a random motivational quote will be shown. You can customise to show your own quote or ToDo task. 


- Simple, Minimalistic design

- Completely free, without ads

- Works offline

- No account required


Want to suggest a quote or have feedback? Simply tweet @cheenukhurana                    

Informações Básicas da Extensão

Nome New Tab Custom Quote New Tab Custom Quote
ID jlnllcngghpmhmcpfibhhccefpefmknb
URL Oficial https://chromewebstore.google.com/detail/new-tab-custom-quote/jlnllcngghpmhmcpfibhhccefpefmknb
Descrição New motivational quote in every new tab. Or set your own quote
Tamanho do Arquivo 18.86 KB
Contagem de Instalações 54
Versão Atual 1.0
Última Atualização 2020-07-04
Data de Publicação 2020-07-03
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Cheenu Khurana
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Custom Quote",
    "description": "New motivational quote in every new tab. Or set your own quote",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/quote_16.png",
            "32": "images\/quote_32.png",
            "48": "images\/quote_48.png",
            "128": "images\/quote_128.png"
        }
    },
    "icons": {
        "16": "images\/quote_16.png",
        "32": "images\/quote_32.png",
        "48": "images\/quote_48.png",
        "128": "images\/quote_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "quote.html"
    },
    "permissions": [
        "storage"
    ]
}