New Tab Chrome Experiments
A new Chrome Experiment each time you open a new tab
¿Qué es New Tab Chrome Experiments?
New Tab Chrome Experiments es una extensión de Chrome desarrollada por http://mikecann.co.uk, y su función principal es "A new Chrome Experiment each time you open a new tab".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión New Tab Chrome Experiments
Descarga archivos de extensión New Tab Chrome Experiments 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
New Tab Chrome Experiments -------------------------- ChromeExperiments.com has so many cool experiments, using this extension you get to see a new one each time you open a new tab! If you like this extension then tell others and leave a nice review! This extension is free and open-source: https://github.com/mikecann/new-tab-chrome-experiments Release History --------------- v1.2 - Removed unnecessary permission v1.1 - Changed shortname v1.0 - Initial Release!
Información Básica de la Extensión
Nombre | |
ID | ooopblodejpcihjoaepffbkkhfeeofhp |
URL Oficial | https://chrome.google.com/webstore/detail/new-tab-chrome-experiment/ooopblodejpcihjoaepffbkkhfeeofhp |
Descripción | A new Chrome Experiment each time you open a new tab |
Tamaño del Archivo | 709 KB |
Cantidad de Instalaciones | 74 |
Versión Actual | 1.2 |
Última Actualización | 2016-06-27 |
Fecha de Publicación | 2016-06-27 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | http://mikecann.co.uk |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://mikecann.co.uk |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Chrome Experiments", "short_name": "NTCE", "manifest_version": 2, "description": "A new Chrome Experiment each time you open a new tab", "version": "1.2", "permissions": [ "storage", "unlimitedStorage" ], "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "minimum_chrome_version": "29", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ "images\/*", "*.html" ] } |