Tabbed.io - New Tab Page
A personalised landing page for your browser
O que é Tabbed.io - New Tab Page?
Tabbed.io - New Tab Page é uma extensão do Chrome desenvolvida por http://tabbed.io, e sua principal característica é "A personalised landing page for your browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tabbed.io - New Tab Page
Baixe arquivos de extensão Tabbed.io - 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
Tabbed.io replaces your new tab page with a minimalistic and clean dashboard featuring a clock and the date. Each day you receive a new random wallpaper from unsplash.com! Many addons are optional so you can choose to keep the minimalist new tab page. Features * Beautiful, random wallpaper every day with the option to choose again * Countdown timer with customisable sounds * Google I'm Feeling Lucky - super fast search! * Time and date settings * Access to Chrome Apps page * Custom wallpapers via URL (even import background GIFs!) * Syncs all of these settings and get the same wallpaper per day across your devices
Informações Básicas da Extensão
Nome | |
ID | oipnokfpeckfiofafaoikkhkmhdeoebb |
URL Oficial | https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb |
Descrição | A personalised landing page for your browser |
Tamanho do Arquivo | 1.12 MB |
Contagem de Instalações | 116 |
Versão Atual | 1.4.2 |
Última Atualização | 2017-04-12 |
Data de Publicação | 2017-04-12 |
Classificação | 4.25/5 Total de 12 Avaliações |
Desenvolvedor | http://tabbed.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://tabbed.io |
URL da Página de Ajuda | https://github.com/danbovey/Tabbed.io/issues |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabbed.io - New Tab Page", "short_name": "Tabbed.io", "description": "A personalised landing page for your browser", "author": "Dan Bovey", "version": "1.4.2", "offline_enabled": true, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "storage", "*:\/\/*.tabbed.io\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.tabbed.io\/*" ], "js": [ "js\/extension.js" ] } ], "chrome_url_overrides": { "newtab": "index.html" } } |