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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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 } |