If You're Bored... New Tab
New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Qu'est-ce que If You're Bored... New Tab ?
If You're Bored... New Tab est une extension Chrome développée par johannes.santen, et sa fonction principale est "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension If You're Bored... New Tab
Téléchargez les fichiers d'extension If You're Bored... New Tab 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
This extension replaces the default new tab page in chrome with an editable list. The idea is that if you're opening a new tab because you're bored, you'll see a list of things you could be doing instead of wasting your time on the internet.
Informations de Base sur l'Extension
Nom | If You're Bored... New Tab |
ID | ighnmhifdfldfhjnfplnmmjlfpjlbbci |
URL Officiel | https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci |
Description | New tab page that shows list of things you could be doing instead of wasting your time on the internet. |
Taille du Fichier | 99.84 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-05-14 |
Date de Publication | 2017-05-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | johannes.santen |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "If You're Bored... New Tab", "description": "New tab page that shows list of things you could be doing instead of wasting your time on the internet.", "version": "1.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "ifyourebored.html" } } |