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.」です。
拡張機能のスクリーンショット
GitHub Tab Sizer拡張機能のCRXファイルをダウンロード
GitHub Tab Sizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | 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" } |