Your New Tab Page
Overrides the new tab page on Chrome with a more elegant and simple design.
O que é Your New Tab Page?
Your New Tab Page é uma extensão do Chrome desenvolvida por disregarding standards, e sua principal característica é "Overrides the new tab page on Chrome with a more elegant and simple design.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Your New Tab Page
Baixe arquivos de extensão Your New Tab Page 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
Allows you to customize your new tab page by adding whatever links you want, and not be stuck with the default 8. You are now able to customize the font and background color. Under "Settings", enter colors in hex (#FFFFFF is white) notation. Uses: - Place new links to your favorite websites - Keep track of your packages by adding a link - Have more, or less, than just 8 links. Todo: - Ability to sort the links - Provide weather information - Add a to-do list
Informações Básicas da Extensão
Nome | Your New Tab Page |
ID | daeegpekhhgennllidlchmpaamfjhnfk |
URL Oficial | https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk |
Descrição | Overrides the new tab page on Chrome with a more elegant and simple design. |
Tamanho do Arquivo | 160 KB |
Contagem de Instalações | 10 |
Versão Atual | 1.4 |
Última Atualização | 2014-01-25 |
Data de Publicação | 2014-01-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | disregarding standards |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/yvescourtois/your-new-tab-page |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Your New Tab Page", "description": "Overrides the new tab page on Chrome with a more elegant and simple design.", "version": "1.4", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites", "http:\/\/query.yahooapis.com\/" ], "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "blank.gif" }, "background": { "scripts": [ "includes\/jquery-1.10.2.min.js", "includes\/bootstrap.min.js", "includes\/events.js", "includes\/ready.js" ] } } |