Sketchtab

New tab page with code editor

Sketchtabとは何ですか?

Sketchtabはhttps://www.clicktorelease.comによって開発されたChromeの拡張機能で、その主な機能は「New tab page with code editor」です。

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

screenshot

Sketchtab拡張機能のCRXファイルをダウンロード

Sketchtab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A New Tab for Google Chrome with a code editor                    

拡張機能の基本情報

名前 Sketchtab Sketchtab
ID ioonoapnncbgnhjfjipkfbkpkogmknlm
公式URL https://chromewebstore.google.com/detail/sketchtab/ioonoapnncbgnhjfjipkfbkpkogmknlm
説明 New tab page with code editor
ファイルサイズ 124 KB
インストール数 42
現在のバージョン 0.7
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 2 レビュー
開発者 https://www.clicktorelease.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/spite/chrome-sketchtab
ヘルプページのURL https://github.com/spite/chrome-sketchtab/issues
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sketchtab",
    "short_name": "Sketchtab",
    "description": "New tab page with code editor",
    "version": "0.7",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}