AlphaQuotes Motivational Quotes New Tab
Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.
O que é AlphaQuotes Motivational Quotes New Tab?
AlphaQuotes Motivational Quotes New Tab é uma extensão do Chrome desenvolvida por https://alphaquot.es, e sua principal característica é "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AlphaQuotes Motivational Quotes New Tab
Baixe arquivos de extensão AlphaQuotes Motivational Quotes New Tab 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
Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it!
Informações Básicas da Extensão
Nome | AlphaQuotes Motivational Quotes New Tab |
ID | gaghddbfclojcohafojiikebcepflpgb |
URL Oficial | https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb |
Descrição | Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever. |
Tamanho do Arquivo | 287 KB |
Contagem de Instalações | 245 |
Versão Atual | 0.0.4 |
Última Atualização | 2013-10-30 |
Data de Publicação | 2013-10-30 |
Classificação | 4.00/5 Total de 10 Avaliações |
Desenvolvedor | https://alphaquot.es |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://alphaquot.es/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AlphaQuotes Motivational Quotes New Tab", "version": "0.0.4", "manifest_version": 2, "description": "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.", "homepage_url": "http:\/\/alphaquot.es\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |