GitHub Tab Sizer

Automatically sets tab sizes for files viewed on GitHub.

什么是GitHub Tab Sizer?

GitHub Tab Sizer是由Nysa Vann开发的Chrome扩展程序,该扩展的主要功能是“Automatically sets tab sizes for files viewed on GitHub.”。

扩展截图

screenshot

下载GitHub Tab Sizer扩展crx文件

下载GitHub Tab Sizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 GitHub Tab Sizer GitHub Tab Sizer
ID djpnapkcpjomnkfekaedkigfomiedpjf
官方URL https://chromewebstore.google.com/detail/github-tab-sizer/djpnapkcpjomnkfekaedkigfomiedpjf
简介 Automatically sets tab sizes for files viewed on GitHub.
文件大小 11.02 KB
安装次数 64
当前版本 0.0.1
更新时间 2014-11-12
上架时间 2014-11-11
评分 5.00/5 共1次评分
开发者 Nysa Vann
付费类型 free
扩展官网 https://github.com/nysa/github-tab-sizer
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "version": "0.0.1",
    "author": "Nysa Vann",
    "homepage_url": "https:\/\/github.com\/nysa\/github-tab-sizer",
    "default_locale": "en",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/github.com\/"
    ],
    "background": {
        "scripts": [
            "vendor\/jsurl\/url.js",
            "background.js"
        ]
    },
    "options_page": "options.html"
}