Tabbed.io - New Tab Page
A personalised landing page for your browser
Wat is Tabbed.io - New Tab Page?
Tabbed.io - New Tab Page is een Chrome-extensie ontwikkeld door http://tabbed.io, en de belangrijkste functie is "A personalised landing page for your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabbed.io - New Tab Page
Download Tabbed.io - New Tab Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | oipnokfpeckfiofafaoikkhkmhdeoebb |
Officiële URL | https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb |
Beschrijving | A personalised landing page for your browser |
Bestandsgrootte | 1.12 MB |
Aantal Installaties | 116 |
Huidige Versie | 1.4.2 |
Laatst Bijgewerkt | 2017-04-12 |
Publicatiedatum | 2017-04-12 |
Beoordeling | 4.25/5 Totaal 12 Beoordelingen |
Ontwikkelaar | http://tabbed.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://tabbed.io |
Help Pagina-URL | https://github.com/danbovey/Tabbed.io/issues |
Ondersteunde Talen | 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" } } |