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.
Hvad er Cotton - A New Tab Page for the professional?
Cotton - A New Tab Page for the professional er en Chrome-udvidelse udviklet af Sid, og dens hovedfunktion er "Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.".
Udvidelsesskærmbilleder
Download Cotton - A New Tab Page for the professional-udvidelses-CRX-fil
Download Cotton - A New Tab Page for the professional-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Cotton - A New Tab Page for the professional |
ID | mpggfnjkjoljgfecokhkbfnblkhaopmg |
Officiel URL | https://chromewebstore.google.com/detail/cotton-a-new-tab-page-for/mpggfnjkjoljgfecokhkbfnblkhaopmg |
Beskrivelse | Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive. |
Filstørrelse | 904 KB |
Antal Installationer | 34 |
Nuværende Version | 2.6.1 |
Senest Opdateret | 2019-10-20 |
Udgivelsesdato | 2019-10-20 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Sid |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |