Cotton - A New Tab Page for the professional
Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.
¿Qué es Cotton - A New Tab Page for the professional?
Cotton - A New Tab Page for the professional es una extensión de Chrome desarrollada por Sid, y su función principal es "Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cotton - A New Tab Page for the professional
Descarga archivos de extensión Cotton - A New Tab Page for the professional 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
Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive. With dark mode, multiple repositories of daily background images and quotes to choose from, and a minimal todo list and rich text editor, Cotton is feature-packed, while killing the visual clutter many other new tab pages have accumulated over several years.
Información Básica de la Extensión
Nombre | Cotton - A New Tab Page for the professional |
ID | mpggfnjkjoljgfecokhkbfnblkhaopmg |
URL Oficial | https://chromewebstore.google.com/detail/cotton-a-new-tab-page-for/mpggfnjkjoljgfecokhkbfnblkhaopmg |
Descripción | Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive. |
Tamaño del Archivo | 904 KB |
Cantidad de Instalaciones | 34 |
Versión Actual | 2.6.1 |
Última Actualización | 2019-10-20 |
Fecha de Publicación | 2019-10-20 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Sid |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cotton - A New Tab Page for the professional", "description": "Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.", "version": "2.6.1", "incognito": "split", "chrome_url_overrides": { "newtab": "ntp.html" }, "icons": { "128": "icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": "icon32.png", "default_title": "Cotton" }, "background": { "scripts": [ "ntp.js", "jquery-3.2.1.js", "background.js", "spectrum.js", "jquery.popupoverlay.js", "jquery-ui.js", "jquery.fontselector.js", "mfb.js", "bootstrap.min.js", "tinymce.min.js", "jquery.tinymce.min.js" ], "persistent": true }, "content_scripts": [ { "js": [ "ntp.js", "spectrum.js", "jquery.popupoverlay.js", "jquery-ui.js", "jquery.fontselector.js", "mfb.js", "bootstrap.min.js", "tinymce.min.js", "jquery.tinymce.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ], "manifest_version": 2 } |