New Tab Motivational Quotes
An extension which shows motivating quotes on the new tab page.
O que é New Tab Motivational Quotes?
New Tab Motivational Quotes é uma extensão do Chrome desenvolvida por Shivank Gandhi, e sua principal característica é "An extension which shows motivating quotes on the new tab page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab Motivational Quotes
Baixe arquivos de extensão New Tab Motivational Quotes 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
A small extension which shows motivational quotes on the New Tab page in Chrome. I'd love to know your thoughts/suggestions in the comments. **FEATURES** * Awesome selection of quotes to keep you motivated * Minimal typographic experience * Requires no permissions * Small size **RELEASE NOTES** * Added a new simpler font, based on user feedback.
Informações Básicas da Extensão
Nome | New Tab Motivational Quotes |
ID | mganbjhcinhhpelabgdgnogoaedcakke |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke |
Descrição | An extension which shows motivating quotes on the new tab page. |
Tamanho do Arquivo | 24.92 KB |
Contagem de Instalações | 2,850 |
Versão Atual | 1.6.0 |
Última Atualização | 2019-04-02 |
Data de Publicação | 2019-04-02 |
Classificação | 4.63/5 Total de 24 Avaliações |
Desenvolvedor | Shivank Gandhi |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src", "name": "New Tab Motivational Quotes", "manifest_version": 2, "description": "An extension which shows motivating quotes on the new tab page.", "author": "Shivank Gandhi", "version": "1.6.0", "incognito": "split", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "permissions": [ "gcm", "storage", "notifications", "identity" ], "chrome_url_overrides": { "newtab": "index.html" } } |