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によって開発されたChromeの拡張機能で、その主な機能は「Feature-packed but unintrusive, Cotton allows you to keep your new tab page both professional and productive.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Cotton - A New Tab Page for the professional拡張機能のCRXファイルをダウンロード

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 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
Eメール [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
}