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.
Was ist Cotton - A New Tab Page for the professional?
Cotton - A New Tab Page for the professional ist eine Chrome-Erweiterung, die von Sid entwickelt wurde, und ihr Hauptmerkmal ist "Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.".
Erweiterungsscreenshots
Cotton - A New Tab Page for the professional-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cotton - A New Tab Page for the professional-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Cotton - A New Tab Page for the professional |
ID | mpggfnjkjoljgfecokhkbfnblkhaopmg |
Offizielle URL | https://chromewebstore.google.com/detail/cotton-a-new-tab-page-for/mpggfnjkjoljgfecokhkbfnblkhaopmg |
Beschreibung | Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive. |
Dateigröße | 904 KB |
Installationsanzahl | 34 |
Aktuelle Version | 2.6.1 |
Letztes Update | 2019-10-20 |
Veröffentlichungsdatum | 2019-10-20 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Sid |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |