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.

Τι είναι το Cotton - A New Tab Page for the professional;

Το Cotton - A New Tab Page for the professional είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sid, και η κύρια λειτουργία του είναι "Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cotton - A New Tab Page for the professional

Λήψη αρχείων επέκτασης Cotton - A New Tab Page for the professional σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cotton - A New Tab Page for the professional Cotton - A New Tab Page for the professional
ID mpggfnjkjoljgfecokhkbfnblkhaopmg
Επίσημο URL https://chromewebstore.google.com/detail/cotton-a-new-tab-page-for/mpggfnjkjoljgfecokhkbfnblkhaopmg
Περιγραφή Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.
Μέγεθος Αρχείου 904 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 2.6.1
Τελευταία Ενημέρωση 2019-10-20
Ημερομηνία Δημοσίευσης 2019-10-20
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Sid
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}