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 là gì?

Cotton - A New Tab Page for the professional là một tiện ích mở rộng Chrome được phát triển bởi Sid, và tính năng chính của nó là "Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cotton - A New Tab Page for the professional

Tải xuống các tệp mở rộng Cotton - A New Tab Page for the professional dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cotton - A New Tab Page for the professional Cotton - A New Tab Page for the professional
ID mpggfnjkjoljgfecokhkbfnblkhaopmg
URL Chính Thức https://chromewebstore.google.com/detail/cotton-a-new-tab-page-for/mpggfnjkjoljgfecokhkbfnblkhaopmg
Mô tả Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.
Kích Thước Tệp 904 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 2.6.1
Cập Nhật Lần Cuối 2019-10-20
Ngày Phát Hành 2019-10-20
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Sid
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}