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 Sid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cotton - A New Tab Page for the professional एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |