GitHub Tab Sizer

Automatically sets tab sizes for files viewed on GitHub.

What is GitHub Tab Sizer?

GitHub Tab Sizer is a Chrome extension developed by Nysa Vann, and its main feature is "Automatically sets tab sizes for files viewed on GitHub.".

Extension Screenshots

screenshot

Download GitHub Tab Sizer Extension CRX File

Download GitHub Tab Sizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name GitHub Tab Sizer GitHub Tab Sizer
ID djpnapkcpjomnkfekaedkigfomiedpjf
Official URL https://chromewebstore.google.com/detail/github-tab-sizer/djpnapkcpjomnkfekaedkigfomiedpjf
Description Automatically sets tab sizes for files viewed on GitHub.
File Size 11.02 KB
Installation Count 64
Current Version 0.0.1
Last Updated 2014-11-12
Publish Date 2014-11-11
Rating 5.00/5 Total 1 Ratings
Developer Nysa Vann
Payment Type free
Extension Website https://github.com/nysa/github-tab-sizer
Supported Languages 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"
}