Tabbed.io - New Tab Page
A personalised landing page for your browser
Qu'est-ce que Tabbed.io - New Tab Page ?
Tabbed.io - New Tab Page est une extension Chrome développée par http://tabbed.io, et sa fonction principale est "A personalised landing page for your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabbed.io - New Tab Page
Téléchargez les fichiers d'extension Tabbed.io - New Tab Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | oipnokfpeckfiofafaoikkhkmhdeoebb |
URL Officiel | https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb |
Description | A personalised landing page for your browser |
Taille du Fichier | 1.12 MB |
Nombre d'Installations | 116 |
Version Actuelle | 1.4.2 |
Dernière Mise à Jour | 2017-04-12 |
Date de Publication | 2017-04-12 |
Évaluation | 4.25/5 Total 12 Évaluations |
Développeur | http://tabbed.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://tabbed.io |
URL de la Page d'Aide | https://github.com/danbovey/Tabbed.io/issues |
Langues Prises en Charge | 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" } } |