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.

O que é Cotton - A New Tab Page for the professional?

Cotton - A New Tab Page for the professional é uma extensão do Chrome desenvolvida por Sid, e sua principal característica é "Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cotton - A New Tab Page for the professional

Baixe arquivos de extensão Cotton - A New Tab Page for the professional no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cotton - A New Tab Page for the professional Cotton - A New Tab Page for the professional
ID mpggfnjkjoljgfecokhkbfnblkhaopmg
URL Oficial https://chromewebstore.google.com/detail/cotton-a-new-tab-page-for/mpggfnjkjoljgfecokhkbfnblkhaopmg
Descrição Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.
Tamanho do Arquivo 904 KB
Contagem de Instalações 34
Versão Atual 2.6.1
Última Atualização 2019-10-20
Data de Publicação 2019-10-20
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Sid
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}