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é es If You're Bored... New Tab?
If You're Bored... New Tab es una extensión de Chrome desarrollada por johannes.santen, y su función principal es "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión If You're Bored... New Tab
Descarga archivos de extensión If You're Bored... New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | If You're Bored... New Tab |
ID | ighnmhifdfldfhjnfplnmmjlfpjlbbci |
URL Oficial | https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci |
Descripción | New tab page that shows list of things you could be doing instead of wasting your time on the internet. |
Tamaño del Archivo | 99.84 KB |
Cantidad de Instalaciones | 20 |
Versión Actual | 1.1 |
Última Actualización | 2017-05-14 |
Fecha de Publicación | 2017-05-14 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | johannes.santen |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |