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
电子邮箱 [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'"
}