New Tab Random Quote

Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.

O que é New Tab Random Quote?

New Tab Random Quote é uma extensão do Chrome desenvolvida por https://gabrielkrieshok.com, e sua principal característica é "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

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

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

                        Lets you replace the default 'new tab' screen with a randomly-selected quotation / thought / reminder of your own. The settings page allows you to add/remove quotations, as well as well as importing/exporting in bulk.                    

Informações Básicas da Extensão

Nome New Tab Random Quote New Tab Random Quote
ID ajdmjnkmegnofepbbkaaklfopjgdocfl
URL Oficial https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl
Descrição Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
Tamanho do Arquivo 596 KB
Contagem de Instalações 65
Versão Atual 2.3
Última Atualização 2020-08-24
Data de Publicação 2020-06-28
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://gabrielkrieshok.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://gabrielkrieshok.com
URL da Página de Ajuda http://gabrielkrieshok.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Random Quote",
    "version": "2.3",
    "description": "Override the 'new tab' page to randomly shows 1 of 1,000 interesting\/inspiring quotes, or update it with your own.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "author": "Gabriel Krieshok",
    "chrome_url_overrides": {
        "newtab": "quote.html"
    },
    "options_page": "index.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "quotelist.json"
    ]
}