Simple Tab
Transforms your new tab page into a beautiful and minimalistic image. All code is open source.
¿Qué es Simple Tab?
Simple Tab es una extensión de Chrome desarrollada por matthewninja, y su función principal es "Transforms your new tab page into a beautiful and minimalistic image. All code is open source.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple Tab
Descarga archivos de extensión Simple 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
Simple tab is simple. Simply put, it takes your boring 'New Tab' page and replaces it with a beautiful, hand picked landscape image. Other Tab page extensions are extremely bloated and slow. For users who don't want to see a cluttered tab page, this is the extension for you. Transparency is important to the creator. All code is open source, and is free to use at https://github.com/matthewninja/simpletab. The images are stored locally for extremely fast loading. This extension is a work in progress, and new features are on the way. Any questions will be answered on twitter @koreacanadian.
Información Básica de la Extensión
Nombre | Simple Tab |
ID | onmajccknmlhmaclaeplheoehfknefma |
URL Oficial | https://chromewebstore.google.com/detail/simple-tab/onmajccknmlhmaclaeplheoehfknefma |
Descripción | Transforms your new tab page into a beautiful and minimalistic image. All code is open source. |
Tamaño del Archivo | 42.43 MB |
Cantidad de Instalaciones | 16 |
Versión Actual | 0.1.1 |
Última Actualización | 2017-07-24 |
Fecha de Publicación | 2017-07-23 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | matthewninja |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/matthewninja/simpletab |
URL de la Página de Ayuda | https://twitter.com/koreacanadian |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Tab", "version": "0.1.1", "description": "Transforms your new tab page into a beautiful and minimalistic image.\n All code is open source.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": [], "author": "Matthew Ham", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "new-tab.html" }, "homepage_url": "https:\/\/github.com\/matthewninja\/simpletab", "offline_enabled": true, "permissions": [ "tabs" ], "short_name": "Simple Tab" } |