Quotes Homepage
Get a random motivational or inspirational quote for each new homepage
O que é Quotes Homepage?
Quotes Homepage é uma extensão do Chrome desenvolvida por Jose Naime, e sua principal característica é "Get a random motivational or inspirational quote for each new homepage".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quotes Homepage
Baixe arquivos de extensão Quotes Homepage 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
If you want to get motivated or inspired on each new tab, Quotes Homepage will help you with it; our database contains more than 150 random quotes from a wide selection of authors. You can customize the homepage to make it more personal by changing the highlight color and font. Quotes Homepage it's completely FREE, as it doesn't contain any subscription or extra payment (btw, it doesn't have any Ads). That's why any small donation it's completely grateful. Support the project ! https://www.buymeacoffee.com/JoseNaime
Informações Básicas da Extensão
Nome | Quotes Homepage |
ID | abbakcklnbaccfjgpenaaimnkdgdighf |
URL Oficial | https://chromewebstore.google.com/detail/quotes-homepage/abbakcklnbaccfjgpenaaimnkdgdighf |
Descrição | Get a random motivational or inspirational quote for each new homepage |
Tamanho do Arquivo | 44.88 KB |
Contagem de Instalações | 18 |
Versão Atual | 1.1 |
Última Atualização | 2021-08-31 |
Data de Publicação | 2021-08-18 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Jose Naime |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.daily-quotes.xyz |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotes Homepage", "description": "Get a random motivational or inspirational quote for each new homepage", "author": "Jose Naime", "version": "1.1", "manifest_version": 2, "icons": { "16": "Quotes16.png", "48": "Quotes48.png", "128": "Quotes128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/kit.fontawesome.com https:\/\/cse.google.com\/cse.js; object-src 'self'", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_popup": "Popup\/popup.html" } } |