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'est-ce que Cotton - A New Tab Page for the professional ?

Cotton - A New Tab Page for the professional est une extension Chrome développée par Sid, et sa fonction principale est "Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cotton - A New Tab Page for the professional

Téléchargez les fichiers d'extension Cotton - A New Tab Page for the professional au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cotton - A New Tab Page for the professional Cotton - A New Tab Page for the professional
ID mpggfnjkjoljgfecokhkbfnblkhaopmg
URL Officiel https://chromewebstore.google.com/detail/cotton-a-new-tab-page-for/mpggfnjkjoljgfecokhkbfnblkhaopmg
Description Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.
Taille du Fichier 904 KB
Nombre d'Installations 34
Version Actuelle 2.6.1
Dernière Mise à Jour 2019-10-20
Date de Publication 2019-10-20
Évaluation 5.00/5 Total 3 Évaluations
Développeur Sid
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}